M5IsobusVT
M5IsobusVT copied to clipboard
implementation of an ISOBUS-VT on ESP32 device "M5Stack"
Hi @raibisch I am porting over this code to PC and got a warning about the right side of the expression: https://github.com/raibisch/M5IsobusVT/blob/9da7909dc8e30fd0a3bfb414e7bd689cfb7d07e2/src/UnitVTObjConsts.cpp#L742 I think it was intended to have ==...
If I am not mistaken this line does not necessary and it copies only memory junk to a buffer: https://github.com/raibisch/M5IsobusVT/blob/9da7909dc8e30fd0a3bfb414e7bd689cfb7d07e2/src/UnitVTObject.cpp#L833 Maybe it is just copied over accidentally?