mirror of https://github.com/arendst/Tasmota.git
Reinforced the need for generic board type in IDE
parent
8360c6c154
commit
8a8d16fb80
|
@ -36,3 +36,5 @@ Before compiling consider modification of `STA_SSID1` and `STA_PASS1` values ins
|
|||
#define STA_PASS1 "VnsqrtnrsddbrN" // [Password1] Wifi password
|
||||
|
||||
This operation simplifies further [first steps](Initital-Configuration), as Sonoff will automatically recognize and join your WiFi.
|
||||
|
||||
Do not be tempted to use other board types within the Arduino IDE (e.g. if programming Wemos etc.) if you want to use Tasmota's OTA updating, as this can cause failure and require serial port reprogramming. Always use the Generic ESP board as stated above.
|
||||
|
|
Loading…
Reference in New Issue