mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
uart
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user