Final change to GUI twilight

This commit is contained in:
Theo Arends 2023-08-29 19:49:20 +02:00
parent 34a26fea22
commit a4cfc414be

View File

@ -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;