mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
добавил MQTT, не рабочая версия
This commit is contained in:
@@ -6,6 +6,9 @@ void setup() {
|
||||
Serial.println();
|
||||
Serial.println(F("--------------started----------------"));
|
||||
|
||||
//создание экземпляров классов
|
||||
myNotAsyncActions = new NotAsync(do_LAST);
|
||||
|
||||
//инициализация файловой системы
|
||||
fileSystemInit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user