Pedro Ramalhais
Pedro Ramalhais
I have the same issue on an ESP32S3 AI-S3 module ESP32-S3-WROOM-1 MON8R2 (similar to YD-ESP32-23 2022-V1.3 which in turn is similar to esp32s3 devkitc: ``` 02:23:00.623 -> ESP-ROM:esp32s3-20210327 02:23:00.670 ->...
Here's what i did to make it run: Create index.html: ``` ``` Create main.js: ``` // Create a new worker from a JavaScript file const worker = new Worker('worker.js'); //...
OK, i figured it out. Just ignore the bad coding :) The file to be flashed is passed as an argument in filesIn (filename and data) to the module function,...
You can check working example at https://ramalhais.github.io/openfpgaloader-webflash/