implement txenabled system command - #2850

This commit is contained in:
proddy
2025-12-26 10:10:27 +01:00
parent fb698fd029
commit 05baec85b7
8 changed files with 52 additions and 22 deletions

View File

@@ -1813,9 +1813,9 @@ void EMSESP::shell_prompt() {
void EMSESP::loop() {
uuid::loop(); // store system uptime
// does LED and checks system health, and syslog service
// handles LED and checks system health, and syslog service
if (system_.loop()) {
return; // LED flashing is active
return; // LED flashing is active, skip the rest of the loop
}
esp32React.loop(); // web services