Closed tjfsteele closed 3 months ago
relevant issue: https://github.com/me-no-dev/ESPAsyncWebServer/issues/1164
Can you please also make the change for the IPAddress(0U) code? and test it will still compile with other targets? Then I will merge your request happily!
You will also need to enable builds in .travis.platform.ini and add steps in the GitHub Actions (.github/workflows) so they get built automatically
Can you please also make the change for the IPAddress(0U) code? and test it will still compile with other targets? Then I will merge your request happily!
The other change is in a different Git repository, it's already been requested.
If you can send me your postal address we would like to send you a pcb for RFlink32
@tjfsteele me?
@tjfsteele me?
@cpainchaud Yes :)
@cpainchaud My email address is nodo@tjfs.com
There is also one change needed to esp async webserver (separate lib) due to a compile error with ambigious overload:
return IPAddress(0U); -> return IPAddress((uint32_t)0);