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.
2 parents c062d40 + 4ff483d commit 86b6781Copy full SHA for 86b6781
Firmware/LoRaSerial/Train.ino
@@ -67,11 +67,8 @@ void beginTrainingClient()
67
//Start the training in server mode
68
void beginTrainingServer()
69
{
70
- trainingServerRunning = true;
71
-
72
- //Record the settings used for training
73
petWDT();
74
- recordSystemSettings();
+ trainingServerRunning = true;
75
76
//Display the values to be used for the client/server training
77
systemPrintln("Server training parameters");
0 commit comments