We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c360b10 commit a94ce9fCopy full SHA for a94ce9f
Firmware/LoRaSerial/Commands.ino
@@ -860,6 +860,7 @@ void checkCommand()
860
systemPrintln("ERROR");
861
commandComplete(false);
862
}
863
+ printerEndpoint = PRINT_TO_SERIAL;
864
outputSerialData(true);
865
petWDT();
866
Firmware/LoRaSerial/Serial.ino
@@ -375,7 +375,6 @@ void updateSerial()
375
commandBuffer[0] = 'A'; //Convert this RT command to an AT command for local consumption
376
printerEndpoint = PRINT_TO_RF; //Send prints to RF link
377
checkCommand(); //Parse the command buffer
378
- printerEndpoint = PRINT_TO_SERIAL;
379
remoteCommandResponse = true;
380
381
else
0 commit comments