mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 06:53:07 +01:00
restructure SSI sensor
This commit is contained in:
@@ -55,7 +55,6 @@ class BME280Config : public IICSensorBase{
|
||||
virtual bool preinit(GwApi * api){
|
||||
GwLog *logger=api->getLogger();
|
||||
LOG_DEBUG(GwLog::LOG,"%s configured",prefix.c_str());
|
||||
api->addCapability(prefix,"true");
|
||||
addPressureXdr(api,*this);
|
||||
addTempXdr(api,*this);
|
||||
addHumidXdr(api,*this);
|
||||
|
||||
Reference in New Issue
Block a user