We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb78f13 commit 14514a5Copy full SHA for 14514a5
src/SunMoonCalc.cpp
@@ -72,7 +72,7 @@ const double LUNAR_CYCLE_DAYS = 29.530588853;
72
* to be in UTC. Unfortunately it is missing in ESP8266 Arduino-core,
73
* see https://github.com/esp8266/Arduino/issues/4820
74
*
75
- * Source: http://www.thebackshed.com/forum/forum_posts.asp?TID=10023&PN=12
+ * Source: https://www.thebackshed.com/forum/ViewTopic.php?TID=10023#111791
76
77
*/
78
#define EPOCH_YR 1970 /* EPOCH = Jan 1 1970 00:00:00 */
0 commit comments