-
Sun 2021.10.17
reply to #29 post
Thank you for posting that analysis @MisterG
In order to reduce confusion within the Espruino community and for our new members, I believe the Pico micro referenced is different from an Espruino Pico I mentioned in my post.
from separate @MisterG thread 'The PICO I'm using (M5StickC) is just an ESP32'
https://shop.m5stack.com/products/stick-c?variant=17203451265114The ESP32-Pico is likely an Espressif chip
https://www.espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_en.pdf
with 4M of integrated flash - eigth times the capacitywhile the Pico I'm referring to is an authentic Espruino Pico using the STM32 by STMicroelectronics.
https://www.espruino.com/datasheets/STM32F401xD.pdf
512KB Flash
This is completely off topic, but on an ESP32 with 4MB of flash space I routinely upload a 180K program file from the Web IDE that gets minified down to 90K or so, and everything works fine.
I post this just as a reference. The Web IDE certainly works in that case...