add atmp_compensated and rhum_compensated to sync data

This commit is contained in:
Phat Nguyen
2024-04-13 20:39:05 +07:00
parent 25ef1ced9e
commit e1115659e2
4 changed files with 44 additions and 2 deletions

View File

@ -631,6 +631,7 @@ static void boardInit(void) {
} else {
openAirInit();
}
localServer.setFwMode(fwMode);
}
static void failedHandler(String msg) {