Remove eeprom check for serial comms action

This commit is contained in:
Josh Stewart 2021-02-15 08:59:49 +11:00
parent f7126b94b0
commit 9e6f8a478c
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ void loop()
}
//Check for any new requets from serial.
if ( (Serial.available()) > 0 && (eepromWritesPending == false)) { command(); }
if ( (Serial.available()) > 0) { command(); }
else if(cmdPending == true)
{
//This is a special case just for the tooth and composite loggers