Skip to content

Commit

Permalink
20240914
Browse files Browse the repository at this point in the history
        - Add option to disable CRON firmware check (#108, #104, #99, #88)
- Little mistake in french translation on the status page #107 Thanks @alainvdu69 🏆
- web.cpp cleanup #97 Thanks @Bixkitts 🏆
- Ita translate error #91 Thanks @kirkoff71 🏆
  • Loading branch information
xyzroe committed Sep 14, 2024
1 parent 516eca1 commit cb8a4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ void handleTmrNetworkOverseer()
{
if (tmrNetworkOverseer.counter() > overseerMaxRetry)
{
LOGD("LAN counter overflow");
LOGD("LAN counter overflow!");
startAP(true);
}
}
Expand Down

0 comments on commit cb8a4af

Please sign in to comment.