mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
Change the return type of write() from void to size_t on WiFiServer class
This commit is contained in:
@ -27,6 +27,8 @@ public:
|
||||
|
||||
friend class WiFiServer;
|
||||
|
||||
using Print::write;
|
||||
|
||||
private:
|
||||
static uint16_t _srcport;
|
||||
uint8_t _sock; //not used
|
||||
|
Reference in New Issue
Block a user