Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By chris153002
#74287 in case anyone has run across peculiar behavior with the esp8266 modules that has a puy/puya flash chip it seems the espeasy people have had issues too and say a fix is on the way ( for their software at least)

https://www.letscontrolit.com/wiki/index.php/ESPEasy
User avatar
By schufti
#74294 PUYA chip is a little special in the way it does "updates" on bit differences.
It should behave normally for standard sketches, problems occur when using spiffs or fake eeprom/flash read/writes.
you can read up here: https://github.com/esp8266/Arduino/issues/4061