mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
process to asinc
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include "Global.h"
|
||||
#include "Init.h"
|
||||
#include <LittleFS.h>
|
||||
#include "Class/NotAsinc.h"
|
||||
|
||||
static const char* MODULE = "Mqtt";
|
||||
|
||||
@@ -151,7 +152,7 @@ void handleSubscribedUpdates(char* topic, uint8_t* payload, size_t length) {
|
||||
} else if (topicStr.indexOf("update")) {
|
||||
|
||||
if (payloadStr == "1") {
|
||||
updateFlag = true;
|
||||
myNotAsincActions->make(do_UPGRADE);
|
||||
}
|
||||
|
||||
} else if (topicStr.indexOf("devc")) {
|
||||
|
||||
Reference in New Issue
Block a user