1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

#40: underscore in file name, add type to xdr format

This commit is contained in:
andreas
2022-04-12 20:19:47 +02:00
parent 7d653c41ce
commit 1f42852c2c
2 changed files with 3 additions and 2 deletions

View File

@@ -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(){}
};