Closed
Description
Hi,
I got several requests from people not able to enable Puya patch.
If for common developer this action looks trivial :
Create platform.local.txt in esp8266 core directory and add these lines:
compiler.c.extra_flags= -DPUYA_SUPPORT=1
compiler.cpp.extra_flags={compiler.c.extra_flags}
like explained here: https://github.com/esp8266/Arduino/pull/5504#issuecomment-490111960
but for many people, new in arduino development, they do not understand what actually need to be done, so I got several people who ,even after reading these lines, are not able to get their esp8266 with puya chip working with SPIFFS (and may be also littleFS in next release ?).
Not mentioning people using google translator to understand it...
I know current menu is already heavy, but I think it would be a great benefit for new people to have an item menu to enable/not disable the puya patch, additionnaly there was a lot of work done on this patch, so make it visible is also good IMHO.
What do you think ?