Skip to content

Commit 52a55c4

Browse files
committed
rogue serial print
1 parent 6cff7aa commit 52a55c4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If your clock is equipped with an **Alt** button, it will do one of two things (
6262

6363
* In most cases, the **Alt** button works as a function preset, similar to a preset button in a car radio. While viewing the function you want quick access to, hold **Alt** until it beeps twice; then you can use **Alt** to jump straight to that function. It works best for Alarm or Timer.
6464

65-
* TIP: If used with Alarm, the **Alt** button will also toggle the skip” state – so to skip or unskip the next alarm, you only need to press the **Alt** button twice: once to show it, and once to change it.
65+
* TIP: If used with Alarm, the **Alt** button will also toggle the skip mode – so to skip or unskip the next alarm, you only need to press the **Alt** button twice: once to display it, and once to change it.
6666

6767
* If your clock has a switched relay with soft power switch enabled, the **Alt** button switches the relay on and off – great for using the clock as an appliance timer.
6868

arduino-nixie/arduino-nixie.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,6 @@ void displaySun(char which, int d, int tod){
12141214
//Old code to calculate sun at display time, with test serial output, is in commit 163ca33
12151215
//which is 0=prev, 1=next
12161216
int evtTime = 0; bool evtIsRise = 0;
1217-
serialPrintTime(tod);
12181217
if(d==sunDate){ //displaying same day as calc
12191218
//before sunrise: prev is calcday-1 sunset, next is calcday sunrise
12201219
//daytime: prev is calcday sunrise, next is calcday sunset

0 commit comments

Comments
 (0)