mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 15:42:20 +03:00
Working version with NotAsinc class
This commit is contained in:
@@ -85,13 +85,14 @@ enum TimerTask_t { WIFI_SCAN,
|
||||
TEST };
|
||||
|
||||
enum notAsincActions {
|
||||
ZERO,
|
||||
do_ZERO,
|
||||
do_UPGRADE,
|
||||
do_GETLASTVERSION,
|
||||
do_UDPDATAPARSE,
|
||||
do_MQTTUDP,
|
||||
do_BUSSCAN,
|
||||
do_MQTTPARAMSCHANGED,
|
||||
do_LAST,
|
||||
};
|
||||
|
||||
enum ErrorType_t {
|
||||
|
||||
Reference in New Issue
Block a user