mirror of https://github.com/arendst/Tasmota.git
Add ESP8266 Board version 2.4.1 settings info
parent
b785d7836f
commit
637c2565c5
|
@ -34,9 +34,15 @@ Copy the Tasmota release Source code folder *sonoff* to your *sketchbook*.
|
||||||
|
|
||||||
## Configure Arduino IDE
|
## Configure Arduino IDE
|
||||||
|
|
||||||
Select ``Tools`` and verify the following settings for **All Tasmota devices**:
|
Select ``Tools`` and verify the following settings for **All Tasmota devices**.
|
||||||
|
|
||||||
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/arduinoide2b.png" width="350" />
|
#### ESP8266 Board version 2.4.0:
|
||||||
|
|
||||||
|
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/arduinoide2b.png" width="300" />
|
||||||
|
|
||||||
|
#### ESP8266 Board version 2.4.1:
|
||||||
|
|
||||||
|
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/arduinoide241b.png" width="300" />
|
||||||
|
|
||||||
### Optional: Prepare for OTA upload
|
### Optional: Prepare for OTA upload
|
||||||
Tasmota release Source code provides scripts to be installed in the Arduino IDE and your webserver to copy the compiled binary to your webserver. This webserver can then provide the firmware via OTA to the device.
|
Tasmota release Source code provides scripts to be installed in the Arduino IDE and your webserver to copy the compiled binary to your webserver. This webserver can then provide the firmware via OTA to the device.
|
||||||
|
|
Loading…
Reference in New Issue