formatting

This commit is contained in:
Proddy
2023-02-05 10:58:48 +01:00
parent 63e734b0aa
commit 20de1734d1

View File

@@ -1504,6 +1504,7 @@ void EMSESP::start() {
// main loop calling all services // main loop calling all services
void EMSESP::loop() { void EMSESP::loop() {
esp8266React.loop(); // web services esp8266React.loop(); // web services
system_.loop(); // does LED and checks system health, and syslog service system_.loop(); // does LED and checks system health, and syslog service
@@ -1534,7 +1535,6 @@ void EMSESP::loop() {
} }
#endif #endif
Shell::loop_all(); Shell::loop_all();
} }