Mostly whitespace changes

This commit is contained in:
SRGDamia1
2018-05-16 13:07:34 -04:00
parent 2635842aba
commit 8ddb4c39fc
10 changed files with 58 additions and 57 deletions

View File

@@ -55,7 +55,7 @@ class TinyGsmXBee
//============================================================================//
//============================================================================//
// The XBee Client Class
// The XBee Internal Client Class
//============================================================================//
//============================================================================//
@@ -502,6 +502,7 @@ public:
exitCommand();
return stat;
}
String getOperator() {
if (!commandMode()) return ""; // Return immediately
sendAT(GF("MN"));