Egor
Egor
Hi, There are compilation errors at ESP8266 with statically defined IP: ``` .pio\libdeps\d1_mini\Ethernet\src\Ethernet.cpp:87:24: error: 'class IPAddress' has no member named '_address' W5100.setIPAddress(ip._address.bytes); ^ .pio\libdeps\d1_mini\Ethernet\src\Ethernet.cpp:88:29: error: 'class IPAddress' has no member...
Hi, it looks like there is no easy way to "registerCommand" which should call member function of same class. I've tried in this way: ` commandParser.registerCommand("help", "", &cmd_displayHelp);` where "cmd_displayHelp"...