Skip to content

Commit 3b64e2d

Browse files
authored
Update Force.cpp
1 parent 5516e7f commit 3b64e2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Force.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void Force::run() {
3737
WriteToSD();
3838
DateTime now = rtc.now();
3939
unixtime = now.unixtime();
40-
// SerialOutput();
40+
SerialOutput();
4141
}
4242

4343
/////////////////////////////////////////////////////////////////////////
@@ -1171,4 +1171,4 @@ void Force::start_up_menu() {
11711171
}
11721172

11731173
}
1174-
}
1174+
}

0 commit comments

Comments
 (0)