We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c62fe commit ec88745Copy full SHA for ec88745
1 file changed
hardware/ttwrplus.md
@@ -49,8 +49,8 @@ connect it to your pc, and install [tinyuf2](https://github.com/adafruit/tinyuf2
49
50
```
51
mkdir tinyuf2; cd tinyuf2
52
-wget https://github.com/adafruit/tinyuf2/releases/download/0.16.0/tinyuf2-lilygo_ttgo_t_twr_plus-0.16.0.zip
53
-unzip tinyuf2-lilygo_ttgo_t_twr_plus-0.16.0.zip
+wget https://github.com/adafruit/tinyuf2/releases/download/0.35.0/tinyuf2-lilygo_ttgo_t_twr_plus-0.35.0.zip
+unzip tinyuf2-lilygo_ttgo_t_twr_plus-0.35.0.zip
54
esptool.py --chip auto write_flash 0x0 combined.bin
55
56
0 commit comments