cpainchaud / RFLink32

RFLink for ESP, with MQTT client
Other
118 stars 44 forks source link

Add support for ESP32-C3 #111

Open tjfsteele opened 4 months ago

tjfsteele commented 4 months ago

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);

DaveDavenport commented 4 months ago

relevant issue: https://github.com/me-no-dev/ESPAsyncWebServer/issues/1164

cpainchaud commented 4 months ago

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!

cpainchaud commented 4 months ago

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

tjfsteele commented 4 months ago

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.

tjfsteele commented 3 months ago

If you can send me your postal address we would like to send you a pcb for RFlink32

cpainchaud commented 3 months ago

@tjfsteele me?

tjfsteele commented 3 months ago

@tjfsteele me?

@cpainchaud Yes :)

tjfsteele commented 3 months ago

@cpainchaud My email address is nodo@tjfs.com