Skip to content

Commit 3311da5

Browse files
8s instead of 4s
1 parent 5301d80 commit 3311da5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cubesatsim/cubesatsim.ino

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3877,7 +3877,9 @@ void start_button_isr() {
38773877
Serial.println("Starting pushbutton ISR");
38783878

38793879
// if (ITimer1.attachInterruptInterval(2000000, TimerHandler1))
3880-
if (ITimer1.attachInterruptInterval(4000000, TimerHandler1))
3880+
// if (ITimer1.attachInterruptInterval(4000000, TimerHandler1))
3881+
if (ITimer1.attachInterruptInterval(8000000, TimerHandler1))
3882+
38813883
{
38823884
if (debug_mode)
38833885
Serial.print(F("Starting ITimer1 OK, micros() = "));

0 commit comments

Comments
 (0)