Global change

This commit is contained in:
Dmitry Borisenko
2020-05-02 12:20:30 +02:00
parent ac5b7e5775
commit a31c303c23
32 changed files with 983 additions and 783 deletions

View File

@@ -8,6 +8,9 @@ void setup() {
CMD_init();
Serial.println("[V] CMD_init");
//--------------------------------------------------------------
sensors_init();
Serial.println("[V] sensors_init");
//--------------------------------------------------------------
All_init();
Serial.println("[V] All_init");
//--------------------------------------------------------------
@@ -41,9 +44,6 @@ void setup() {
ts.add(TEST, 10000, [&](void*) {
getMemoryLoad("[i] periodic check of");
//String json = "{}";
//jsonWriteStr(json, "test6", GetTime());
//ws.textAll(json);
}, nullptr, true);
@@ -80,4 +80,5 @@ void not_async_actions() {
do_upgrade();
do_udp_data_parse();
do_mqtt_send_settings_to_udp();
do_i2c_scanning();
}