Changes
2 changed files (+6/-1)
-
examples.txt (new)
-
@@ -0,0 +1,5 @@# Return DAY or NIGHT sunwait poll 43.641488N 71.534851W # Wait for 10 minutes before sunset sunwait wait set offset 10 43.641488N 71.534851W
-
-
-
@@ -100,7 +100,7 @@ elsediurnalArc = 24.0; // Midnight Sun if (pRun->debug == ONOFF_ON) { printf ("Debug: sunriset.cpp: Sun directly south: %f UTC, Dirunal Arc = %f hours\n", southHour, diurnalArc); { printf ("Debug: sunriset.cpp: Sun directly south: %f UTC, Diurnal Arc = %f hours\n", southHour, diurnalArc); printf ("Debug: sunriset.cpp: Days since 2000: %li\n", pTarget->daysSince2000); if (diurnalArc >= 24.0) printf ("Debug: sunriset.cpp: No rise or set: Midnight Sun\n"); if (diurnalArc <= 0.0) printf ("Debug: sunriset.cpp: No rise or set: Polar Night\n");
-