Update log message

This commit is contained in:
Phat Nguyen
2024-09-21 08:46:05 +07:00
parent 76e40fea8c
commit 3890919f54
4 changed files with 4 additions and 12 deletions

View File

@ -271,9 +271,7 @@ static void initMqtt(void) {
static void wdgFeedUpdate(void) { static void wdgFeedUpdate(void) {
ag.watchdog.reset(); ag.watchdog.reset();
Serial.println(); Serial.println("External watchdog feed!");
Serial.println("Offline mode or isPostToAirGradient = false: watchdog reset");
Serial.println();
} }
static bool sgp41Init(void) { static bool sgp41Init(void) {

View File

@ -328,9 +328,7 @@ static void factoryConfigReset(void) {
static void wdgFeedUpdate(void) { static void wdgFeedUpdate(void) {
ag.watchdog.reset(); ag.watchdog.reset();
Serial.println(); Serial.println("External watchdog feed!");
Serial.println("Offline mode or isPostToAirGradient = false: watchdog reset");
Serial.println();
} }
static bool sgp41Init(void) { static bool sgp41Init(void) {

View File

@ -351,9 +351,7 @@ static void factoryConfigReset(void) {
static void wdgFeedUpdate(void) { static void wdgFeedUpdate(void) {
ag.watchdog.reset(); ag.watchdog.reset();
Serial.println(); Serial.println("External watchdog feed!");
Serial.println("Offline mode or isPostToAirGradient = false: watchdog reset");
Serial.println();
} }
static bool sgp41Init(void) { static bool sgp41Init(void) {

View File

@ -455,9 +455,7 @@ static void factoryConfigReset(void) {
static void wdgFeedUpdate(void) { static void wdgFeedUpdate(void) {
ag->watchdog.reset(); ag->watchdog.reset();
Serial.println(); Serial.println("External watchdog feed!");
Serial.println("Offline mode or isPostToAirGradient = false: watchdog reset");
Serial.println();
} }
static void ledBarEnabledUpdate(void) { static void ledBarEnabledUpdate(void) {