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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user