Skip to content

Commit

Permalink
Update source reference
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstoer committed Dec 21, 2023
1 parent eb78f13 commit 14514a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SunMoonCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const double LUNAR_CYCLE_DAYS = 29.530588853;
* to be in UTC. Unfortunately it is missing in ESP8266 Arduino-core,
* see https://github.com/esp8266/Arduino/issues/4820
*
* Source: http://www.thebackshed.com/forum/forum_posts.asp?TID=10023&PN=12
* Source: https://www.thebackshed.com/forum/ViewTopic.php?TID=10023#111791
*
*/
#define EPOCH_YR 1970 /* EPOCH = Jan 1 1970 00:00:00 */
Expand Down

0 comments on commit 14514a5

Please sign in to comment.