mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Fix XBee on Energia?
This commit is contained in:
@@ -131,7 +131,7 @@ public:
|
||||
|
||||
virtual int read(uint8_t *buf, size_t size) {
|
||||
TINY_GSM_YIELD();
|
||||
return at->stream.readBytes(buf, size);
|
||||
return at->stream.readBytes((uint8_t*)buf, size);
|
||||
}
|
||||
|
||||
virtual int read() {
|
||||
|
||||
Reference in New Issue
Block a user