mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-25 06:22:11 +03:00
Fix bug on client.available() to retrun the number of bytes available
This commit is contained in:
@ -31,7 +31,7 @@ public:
|
||||
|
||||
static bool sendUdpData(uint8_t sock);
|
||||
|
||||
static uint8_t availData(uint8_t sock);
|
||||
static uint16_t availData(uint8_t sock);
|
||||
|
||||
static uint8_t checkDataSent(uint8_t sock);
|
||||
};
|
||||
|
Reference in New Issue
Block a user