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 95ff1c8 commit dca2ca3Copy full SHA for dca2ca3
Firmware/LoRaSerial/Commands.ino
@@ -183,8 +183,7 @@ bool commandAT(const char * commandString)
183
return true;
184
185
case ('T'): //ATT - Enter training mode
186
- if (inCommandMode)
187
- settings = tempSettings; //Apply user's modifications
+ settings = tempSettings; //Apply user's modifications
188
selectTraining();
189
190
@@ -195,8 +194,7 @@ bool commandAT(const char * commandString)
195
194
case ('Z'): //ATZ - Reboots the system
196
if (writeOnCommandExit)
197
{
198
199
200
recordSystemSettings();
201
}
202
0 commit comments