Browse Source

One character typo fix (dont't to don't..)

v_master
Sara Damiano 5 years ago
parent
commit
c48969ac89
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/TinyGsmClientXBee.h

+ 1
- 1
src/TinyGsmClientXBee.h View File

@ -208,7 +208,7 @@ public:
return false; return false;
} }
return sock_connected; return sock_connected;
// NOTE: We dont't check or return
// NOTE: We don't check or return
// modemGetConnected() because we don't // modemGetConnected() because we don't
// want to go into command mode. // want to go into command mode.
// return at->modemGetConnected(); // return at->modemGetConnected();


Loading…
Cancel
Save