Updated Arduino IDE (markdown)

Theo Arends 2018-01-06 18:08:57 +01:00
parent 121076cd5b
commit 0d18887424
1 changed files with 2 additions and 0 deletions

@ -51,6 +51,8 @@ Tasmota release Source code provides scripts to be installed in the Arduino IDE
If not available install PHP on your webserver and copy the Tasmota release Source code folder *api* to the root of your webserver.
If not already done in the previous steps replace in Arduino IDE folder *portable\packages\esp8266\hardware\esp8266\2.3.0* file *boards.txt* with the Tasmota Source code file *arduino\version 2.3.0\boards.txt*.
Replace in Arduino IDE folder *portable\packages\esp8266\hardware\esp8266\2.3.0* file *platform.txt* with the Tasmota Source code file *arduino\version 2.3.0\platform.txt*.
Copy from the Tasmota release Source code folder *arduino* file *espupload.py* to Arduino IDE folder *portable\packages\esp8266\hardware\esp8266\2.3.0\tools* and change in the script HOST_ADDR to point to your webserver ip address.