This 'Seems' to work:
else if ((command.startsWith("ATM")) && (command.length()==6)){
Serial1.println("Traps ATMxxx");
}
Trying it now, seems ok.
This 'Seems' to work:
else if ((command.startsWith("ATM")) && (command.length()==6)){
Serial1.println("Traps ATMxxx");
}
Trying it now, seems ok.