mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Fix XBee
This commit is contained in:
@@ -168,7 +168,7 @@ public:
|
|||||||
cnt += chunk;
|
cnt += chunk;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
/* TODO: Read directly into user buffer? */
|
// TODO: Read directly into user buffer?
|
||||||
if (!rx.size() || at->stream.available()) {
|
if (!rx.size() || at->stream.available()) {
|
||||||
at->maintain();
|
at->maintain();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user