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"...
Steps to reproduce ------------------ I'm using acme behind PFSense's Acme service. So my STR is simple: 1. Create new configuration with "DNS-Plesk" method. 2. Try to issue certificate. Actual result...