image2cpp icon indicating copy to clipboard operation
image2cpp copied to clipboard

Option for esp32 formatting replacing unsigned char and PROGMEM with just "uint8_t"

Open Gaai opened this issue 1 year ago • 0 comments

The PROGMEM is very usefull for arduino boards. But not for esp32. It would be nice if we had an option for esp32 formatting. Replacing const unsigned char with const uint8_t and removing the PROGMEM keyword alltogether.

Thanks for this tool btw! It is already very usefull the way it is. Saving us a lot of efford.

Gaai avatar Jan 23 '24 16:01 Gaai