|
|
|
@ -341,7 +341,7 @@ void loop() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool TimerHandler1(struct repeating_timer *t) {
|
|
|
|
bool TimerHandler1(struct repeating_timer *t) {
|
|
|
|
|
|
|
|
/*
|
|
|
|
if (((skip++)%10) == 0)
|
|
|
|
if (((skip++)%10) == 0)
|
|
|
|
serial_input();
|
|
|
|
serial_input();
|
|
|
|
|
|
|
|
|
|
|
|
@ -353,6 +353,8 @@ bool TimerHandler1(struct repeating_timer *t) {
|
|
|
|
|
|
|
|
|
|
|
|
// if (wifi)
|
|
|
|
// if (wifi)
|
|
|
|
// check_for_browser();
|
|
|
|
// check_for_browser();
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
get_input();
|
|
|
|
|
|
|
|
|
|
|
|
return(true);
|
|
|
|
return(true);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -4955,6 +4957,7 @@ void start_clockgen() {
|
|
|
|
|
|
|
|
|
|
|
|
void get_input() {
|
|
|
|
void get_input() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (((skip++)%10) == 0)
|
|
|
|
serial_input();
|
|
|
|
serial_input();
|
|
|
|
|
|
|
|
|
|
|
|
// check for button press
|
|
|
|
// check for button press
|
|
|
|
|