1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-03-29 03:16:35 +02:00

add code for SHT4X, ENV4

This commit is contained in:
wellenvogel
2025-09-29 12:43:21 +02:00
parent 8bf8ada30e
commit 9831f8da85
10 changed files with 443 additions and 169 deletions

View File

@@ -93,6 +93,7 @@ class GwSensorConfig{
}
bool readConfig(T* s,GwConfigHandler *cfg){
if (s == nullptr) return false;
if (prefix != s->prefix) return false;
configReader(s,cfg);
return s->ok;
}