mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
запустил общение устройств по udp
This commit is contained in:
@@ -46,13 +46,18 @@ void setup() {
|
||||
//инициализация mqtt
|
||||
mqttInit();
|
||||
|
||||
//настраиваем микроконтроллер
|
||||
configure("/config.json");
|
||||
|
||||
syncSettingsFlashJson();
|
||||
|
||||
//инициализация задач переодического выполнения
|
||||
periodicTasksInit();
|
||||
|
||||
//окончательнаясинхронизация настроек
|
||||
syncSettingsFlashJson();
|
||||
|
||||
//запуск работы udp
|
||||
asyncUdpInit();
|
||||
|
||||
// test
|
||||
Serial.println("-------test start--------");
|
||||
Serial.println("--------test end---------");
|
||||
|
||||
Reference in New Issue
Block a user