arduino-OBD2 icon indicating copy to clipboard operation
arduino-OBD2 copied to clipboard

Constant Char "PA[]" collides with other libraries

Open ITDiscovery opened this issue 1 year ago • 0 comments

I changed this a several other instances of the use of PA[] to ZPA[] which avoids collision with AVR128 Board Manager libraries. Please use larger variable names in the future to avoid collision with board managers.

Line 214: const char PA[] PROGMEM = "Pa"; Line 281: PA, Line 314: PA,

Not sure that's all of them.

ITDiscovery avatar Jun 10 '23 22:06 ITDiscovery