-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: 'class IPAddress' has no member named 'isSet' #12
Comments
Ah, thanks again. Will check how to determine wether an IP is (in)valid on a 32. |
Hi @LennartHennigs , I was testing your library on an ESP32 and encountered this exact issue too. |
This library could be the answer to my prayers. However, I'm seeing the same isSet() error reported above using my ESP-32 WROOM32D. I'm using the DOIT DEVKIT V1 board template on Arduino 1.8.51 and the Library version shows up as Version: 1.2.1. Thanks for any help you can provide |
C:...\Arduino\libraries\ESP_Telnet\src\ESPTelnet.cpp: In member function 'bool ESPTelnet::begin()': If I compile for the ESP8266 it compiles fine and if I switch to the ESP32, it fails. I tried this in your code for now! /* ------------------------------------------------- */ bool ESPTelnet::begin() { } Telnet is a very cool feature for the ESP, great work!! |
Added a private function that either uses |
Dear Friend, /Users/szilva/Documents/Arduino/libraries/ESP_Telnet/src/ESPTelnet.cpp:14:38: error: no 'bool ESPTelnet::_isIPSet(IPAddress)' member function declared in class 'ESPTelnet' |
Hey, I published the code with v.1.2.2. |
When compilling TelnetServerExample for esp32-wroom-32:
The text was updated successfully, but these errors were encountered: