mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Stream::send() (#6979)
This commit is contained in:
@ -379,7 +379,7 @@ public:
|
||||
return result;
|
||||
}
|
||||
|
||||
size_t read(uint8_t* buf, size_t size) override {
|
||||
int read(uint8_t* buf, size_t size) override {
|
||||
if (!_opened || !_fd | !buf) {
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user