You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feed = (fmod(fmod(temp_state[6][0],1) + 1,1) > 0.2) ? (int)floor(temp_state[6][0]) + 1 : (int)floor(temp_state[6][0]); // reset feed to the current state
435
438
last_feed = feed; // reset last feed to the current state
436
439
// Serial.printf("Can zero\n");
440
+
safety_toggle = false; // reset hive toggle
437
441
}
438
442
439
443
// LED heartbeat -- linked to loop count to reveal slowdowns and freezes.
0 commit comments