mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Added Client connection and WebClient example
This commit is contained in:
@ -9,6 +9,8 @@ class ServerDrv
|
||||
public:
|
||||
// Start server TCP on port specified
|
||||
static void StartServer(uint16_t port, uint8_t sock);
|
||||
|
||||
static void StartClient(uint32_t ipAddress, uint16_t port, uint8_t sock);
|
||||
|
||||
static uint8_t getState(uint8_t sock);
|
||||
|
||||
|
Reference in New Issue
Block a user