-
Notifications
You must be signed in to change notification settings - Fork 487
Description
Describe the bug
Hi. While compiling, I get this:
/Users/fede/Downloads/ESP3D-3.0/esp3d/src/core/commands/ESP420.cpp: In member function 'void ESP3DCommands::ESP420(int, ESP3DMessage*)':
/Users/fede/Downloads/ESP3D-3.0/esp3d/src/core/commands/ESP420.cpp:316:17: error: 'class SSDPClass' has no member named 'started'
316 | tmpstr = SSDP.started() ? "ON (" + String(SSDP.localIP().toString()) + ")" : "OFF";
| ^~~~~~~
/Users/fede/Downloads/ESP3D-3.0/esp3d/src/core/commands/ESP420.cpp:316:57: error: 'IPAddress SSDPClass::localIP()' is protected within this context
316 | tmpstr = SSDP.started() ? "ON (" + String(SSDP.localIP().toString()) + ")" : "OFF";
| ~~~~~~~~~~~~^~
In file included from /Users/fede/Downloads/ESP3D-3.0/esp3d/src/core/commands/ESP420.cpp:85:
/Volumes/Development/Arduino/libraries/ESP32SSDP/src/ESP32SSDP.h:117:13: note: declared protected here
117 | IPAddress localIP();
| ^~~~~~~
exit status 1
Compilation error: 'class SSDPClass' has no member named 'started'
To Reproduce
Compile
Expected behavior
to Compile
ESP3D Firmware:
3.0.0
Target Firmware:
Marlin 2.0
Board used (please complete the following information):
ESP32 S3 Dev Board - 16MB Flash, 8MB PSRAM
Additional context