We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f49c4e commit 607654dCopy full SHA for 607654d
libraries/WiFi/extra/README.md
@@ -16,3 +16,14 @@ idf.py build
16
cd ../../../../../
17
python combine.py
18
```
19
+# How to flash the firmware
20
+
21
+```
22
+espflash write-bin 0x0 ESP32-C3.bin
23
24
25
+or
26
27
28
+esptool.py --chip esp32c3 -p /dev/ttyACM0 -b 230400 --before=default_reset --after=hard_reset --no-stub write_flash --flash_mode dio --flash_freq 80m --flash_size 2MB 0x0 ESP32-C3.bin
29
0 commit comments