morrissinger / ESP8266-Websocket

A websocket library for the ESP-8266.
305 stars 119 forks source link

Problem in WebSocketServer_DEMO.ino #21

Closed Abhyudaykg closed 7 years ago

Abhyudaykg commented 7 years ago

I am try this library with Arduino IDE for ESP8266 and compile WebSocketServer_DEMO.ino programme and i got a WebSocketServer_Demo:72: error: no matching function for call to 'WiFlyDevice::sendCommand(const __FlashStringHelper*)' WiFly.sendCommand(F("set wlan auth 1")); can you suggest the solution's.