mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Final change to GUI twilight
This commit is contained in:
parent
34a26fea22
commit
a4cfc414be
@ -64,7 +64,7 @@ int8_t timer_window[MAX_TIMERS] = { 0 };
|
||||
* Rewrite for Arduino by 'jurs' for German Arduino forum
|
||||
\*********************************************************************************************/
|
||||
|
||||
const char kTwilight[] PROGMEM = "| " D_TWILIGHT_CIVIL "| " D_TWILIGHT_NAUTICAL "| " D_TWILIGHT_ASTRONOMICAL;
|
||||
const char kTwilight[] PROGMEM = "|, " D_TWILIGHT_CIVIL "|, " D_TWILIGHT_NAUTICAL "|, " D_TWILIGHT_ASTRONOMICAL;
|
||||
|
||||
const float pi2 = TWO_PI;
|
||||
const float pi = PI;
|
||||
|
Loading…
x
Reference in New Issue
Block a user