Channel59
Channel59
fyi epub is just some glorified html put in a zip archive. Maybe some tooling to compile latex to HTML could be used?
The compiler errors arise from the fact that a call to Ethernet.begin(nullptr) is ambiguous now: ```cpp /home/runner/work/ArduinoCore-mbed/ArduinoCore-mbed/libraries/Ethernet/examples/UdpNtpClient/UdpNtpClient.ino:143:29: error: call of overloaded 'begin(std::nullptr_t)' is ambiguous if (Ethernet.begin(nullptr) == 0) { ^...
Hi @pennam, The addition of the wifi support is great! I suppose this PR can be closed and #969 should be merged instead.
This can be implemented rather easily if the patches in https://github.com/arduino/ArduinoCore-mbed/pull/921 are applied, similarly how it is done for the Ethernet class.