mirror of https://github.com/arendst/Tasmota.git
Updated Compiling Tasmota on Gitpod (markdown)
parent
5174caba2a
commit
4785ddbe01
|
@ -55,7 +55,7 @@ Examples:
|
|||
- `platformio run -e sonoff-sensors`
|
||||
- `platformio run -e sonoff-DE`
|
||||
|
||||
Compilation normally takes only a couple of minutes. The time if takes is directly related to the configurations you selected; the more features selected means more time is needed to compile. When done, you will find a firmware file names `firmware.bin` in the `/Sonoff-Tasmota/.pioenvs/<variant-name>/` folder.
|
||||
Compilation normally takes only a couple of minutes. The time if takes is directly related to the configurations you selected; the more features selected means more time is needed to compile. When done, you will find a firmware file named `firmware.bin` in the `/Sonoff-Tasmota/.pioenvs/<variant-name>/` folder in the Explorer (1) pane.
|
||||
|
||||
![folders](https://i.imgur.com/SEqyGy2.png)
|
||||
|
||||
|
@ -66,7 +66,7 @@ Watch a [livestream video by digiblurDIY](https://www.youtube.com/watch?v=vod3Wo
|
|||
### Flash Your Device
|
||||
#### OTA Flash
|
||||
If you already have Tasmota flashed on your device, you can use the `File Upload` OTA method to load the new firmware binary file.
|
||||
1. Download [`sonoff-minimal.bin`](http://thehackbox.org.tasmota/020300/sonoff-minimal.bin)
|
||||
1. Download [`sonoff-minimal.bin`](http://thehackbox.org/tasmota/020300/sonoff-minimal.bin)
|
||||
2. Make a backup of the device configuration using the web UI `Configuration` menu option.
|
||||
3. Upload `sonoff-minimal` to your device using the web UI `Firmware Upgrade` selection. Choose `Upgrade by file upload`.
|
||||
3. After `sonoff-minimal` is successfully loaded, select `Firmware Upgrade` once again and upload the new firmware file that was just compiled using Gitpod.
|
||||
|
|
Loading…
Reference in New Issue