You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
withconst uint8_t
and removing thePROGMEM
keyword alltogether.Thanks for this tool btw! It is already very usefull the way it is. Saving us a lot of efford.
The text was updated successfully, but these errors were encountered: