src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/app_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/app_main.c')
-rw-r--r--main/app_main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/app_main.c b/main/app_main.c
index f1aae13..c131fe0 100644
--- a/main/app_main.c
+++ b/main/app_main.c
@@ -56,7 +56,9 @@ void app_main(void)
// don't get a DHCP lease. mDNS + HTTP advertise / bind anyway and will
// start serving the moment the link comes up.
// ------------------------------------------------------------------
- char flags[8] = { '-','-','-','-','-','-','-', 0 }; // E M H S D J T
+ char flags[5] = { '-','-','-','-', 0 }; // E M H S (display-task
+ // subsystems D J T report
+ // separately in dsp_init)
esp_err_t eth_err = net_eth_init();
mark(eth_err, 'E', &flags[0]);