mirror of https://github.com/arendst/Tasmota.git
Added DST/ST rules.
parent
034c33e973
commit
b80b40090d
|
@ -43,6 +43,11 @@ Before compiling consider modification of `STA_SSID1` and `STA_PASS1` values ins
|
|||
|
||||
This operation simplifies further [first steps](https://github.com/arendst/Sonoff-Tasmota/wiki/Initial-Configuration), as Sonoff will automatically recognize and join your WiFi.
|
||||
|
||||
Setting the DST/Standard Time rules in user_config.h will also simplify future configuration
|
||||
|
||||
#define TIME_DST North, Last, Sun, Mar, 2, +120 // Northern Hemisphere, Last sunday in march at 02:00 +120 minutes
|
||||
#define TIME_STD North, Last, Sun, Oct, 3, +60 // Northern Hemisphere, Last sunday in october 03:00 +60 minutes
|
||||
|
||||
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.
|
||||
|
||||
If your new configuration does not seem to be applied after flashing then you can do any of the following to fix it:
|
||||
|
|
Loading…
Reference in New Issue