Skip to content

Commit 167b4be

Browse files
serial every 2
1 parent b2528b8 commit 167b4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cubesatsim/cubesatsim.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4957,7 +4957,7 @@ void start_clockgen() {
49574957

49584958
void get_input() {
49594959

4960-
if (((skip++)%5) == 0)
4960+
if (((skip++)%2) == 0)
49614961
serial_input();
49624962

49634963
// check for button press

0 commit comments

Comments
 (0)