@ -261,7 +261,23 @@ bool TimerHandler1(struct repeating_timer *t) {
if (wifi)
check_for_browser();
return(true);
if (Serial.available() > 0) { // check for user input on serial port
blink(50);
char result = Serial1.read();
Serial.println(result);
if (result == 'R') {
// reset payload
}
if (result == '?')
{
// display payload string
void read_reset_count() {
Powered by TurnKey Linux.