Skip to content

Commit

Permalink
Getting-Started.md: Factory binaries to be used for ESP32 inital flas…
Browse files Browse the repository at this point in the history
…hing (tasmota#1331)
  • Loading branch information
bam80 authored Jan 3, 2024
1 parent 0f6ef17 commit b15dd3e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,10 @@ Choose an installation method:
```
esptool.py write_flash -fm dout 0x0 tasmota.bin
```
or for ESP32

or for ESP32:
!!! note
_Factory_ binaries are used for inital flashing this time
https://ota.tasmota.com/tasmota32/release/
```
esptool.py write_flash 0x0 tasmota32.factory.bin
```
Expand Down

0 comments on commit b15dd3e

Please sign in to comment.