mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 06:23:07 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -183,7 +183,7 @@ class GwXDRFoundMapping : public GwBoatItemNameProvider{
|
||||
return String("xdr")+getTransducerName();
|
||||
};
|
||||
virtual String getBoatItemFormat(){
|
||||
return "formatXdr"+type->xdrunit; //TODO: use the type def for the correct format
|
||||
return "formatXdr:"+type->xdrtype+":"+type->xdrunit;
|
||||
};
|
||||
virtual ~GwXDRFoundMapping(){}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user