Print S8 sensor information

This commit is contained in:
samuelbles07
2025-10-02 19:18:59 +07:00
parent 75be7d9fc5
commit c0ad1dbfad
3 changed files with 13 additions and 0 deletions

View File

@@ -952,6 +952,8 @@ static void boardInit(void) {
} else {
Serial.println("Set S8 AbcDays failure");
}
ag->s8.printInformation();
}
localServer.setFwMode(fwMode);