This commit is contained in:
Dmitry Borisenko
2020-12-10 05:13:09 +03:00
parent 81866043bc
commit d17112b3ff
19 changed files with 93 additions and 27 deletions

View File

@@ -45,6 +45,9 @@ void setup() {
fileSystemInit();
SerialPrint("I", F("FS"), F("FS Init"));
SerialPrint("I", F("UART"), F("UART Init"));
uartInit();
loadConfig();
SerialPrint("I", F("Conf"), F("Config Init"));
@@ -92,8 +95,7 @@ void setup() {
SerialPrint("I", F("Bus"), F("Bus Init"));
busInit();
SerialPrint("I", F("UART"), F("UART Init"));
uartInit();
#ifdef SSDP_ENABLED
SerialPrint("I", F("SSDP"), F("Ssdp Init"));