Browse Source

Fix XBee

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

+ 1
- 1
src/TinyGsmClientXBee.h View File

@ -168,7 +168,7 @@ public:
cnt += chunk;
continue;
}
/* TODO: Read directly into user buffer? */
// TODO: Read directly into user buffer?
if (!rx.size() || at->stream.available()) {
at->maintain();
}


Loading…
Cancel
Save