1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

Fixing problem PageBME280 when sensor disabled

This commit is contained in:
norbert-walter
2022-03-10 20:25:04 +01:00
parent 4a0e83f2e3
commit 154fc108a0
3 changed files with 30 additions and 6 deletions

View File

@@ -11,6 +11,8 @@
#define GWSERIAL_TX 26
#define GWSERIAL_RX 14
#define GWSERIAL_MODE "UNI"
// Allowed to set a new password for access point
#define FORCE_AP_PWCHANGE
// Init OBP60 Task
void OBP60Init(GwApi *param);