|
const uint8_t st7302_wenting[] PROGMEM PROGMEM = { |
there should be only one "PROGMEM" keyword in this line, otherwise the compiler (at least the build chain in platform.io) will give following error:
.pio\libdeps\d1_mini_pro\OneBitDisplay\src\obd.inl:776:15: error: section of 'st7302_wenting' conflicts with previous declaration
release used: 2.3.1
OneBitDisplay/src/obd.inl
Line 1043 in 5d3d41b
there should be only one "PROGMEM" keyword in this line, otherwise the compiler (at least the build chain in platform.io) will give following error:
.pio\libdeps\d1_mini_pro\OneBitDisplay\src\obd.inl:776:15: error: section of 'st7302_wenting' conflicts with previous declaration
release used: 2.3.1