Closed parahooners closed 3 years ago
Being on Mac M1 I'm unable to run the esp32 Download tool, have tired on a VM but the ARM system in the win 10 insiders is not accepting to Com port at the moment.....
esptool.py should work on mac. esptool.py -p %PORT% -b 921000 write_flash 0x1000 bootloader_dio_40m.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 %firmware% 0x3d0000 spiffs.bin
replace %PORT% with the port of the controller (don't know how you can find that out) and replace %firmware% with the right firmware-file for your controller
Thanks @gereic that worked a treat...
Hey,
Getting an issue with web access after uploading via PIO on Mac M1
E][WebHelper.cpp:565] onPageNotFound(): [192.168.4.2] HTTP GET request of /favicon.ico
An ideas....