take out serial_input query

pull/177/head
alanbjohnston 4 years ago committed by GitHub
parent cfa24efd83
commit 8028a28252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -260,7 +260,7 @@ void loop() {
bool TimerHandler1(struct repeating_timer *t) {
serial_input();
// serial_input();
// check for button press
if (digitalRead(MAIN_PB_PIN) == PRESSED) // pushbutton is pressed

Loading…
Cancel
Save

Powered by TurnKey Linux.