Hello everyone, I've also encountered this dilemma. But my solution is to use the additional partitioning method from http://www.espruino.com/Reference#l_E_flashFatFS. By accessing https://www.espruino.com/ESP32#flash-map-and-access and using fs.writeFileSync to resolve the issue, but the problem is that this method makes the storage unusable. I hope to be able to use the additional flash memory together with the storage.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hello everyone, I've also encountered this dilemma. But my solution is to use the additional partitioning method from http://www.espruino.com/Reference#l_E_flashFatFS. By accessing https://www.espruino.com/ESP32#flash-map-and-access and using fs.writeFileSync to resolve the issue, but the problem is that this method makes the storage unusable. I hope to be able to use the additional flash memory together with the storage.