JoaoLopesF / RemoteDebug

Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
MIT License
613 stars 127 forks source link

Remove the WiFiServer.begin begin parameter since it has been removed in the ESP8266 2.3 SDK version #40

Closed dtila closed 5 years ago

dtila commented 5 years ago

Updating the SDK to 2.4 make impossible to specify the port rather the constructor.

To risk less regressions it would be ideal to make this fix only for versions beyond the version. This could be done with a if def, but I would appreciate the help to help me with this.

JoaoLopesF commented 5 years ago

Hi, tilutza, thanks for this adjustment