mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
continue restructuring sensors, test env3
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
{\
|
||||
CHECK_BUS(BUS); \
|
||||
GWDMS22B *dms=new GWDMS22B(api,#PRFX,GW ## BUS ## _HOST);\
|
||||
sensors.add(api,dms); \
|
||||
api->addSensor(dms,true); \
|
||||
}
|
||||
|
||||
#ifdef GWDMS22B11
|
||||
@@ -130,7 +130,7 @@ class GWDMS22B : public SSISensor{
|
||||
}
|
||||
};
|
||||
|
||||
void registerDMS22B(GwApi *api,SpiSensorList &sensors){
|
||||
void registerDMS22B(GwApi *api){
|
||||
ADD22B11
|
||||
ADD22B12
|
||||
ADD22B21
|
||||
|
||||
Reference in New Issue
Block a user