Wiznet / RP2040-HAT-MicroPython

53 stars 22 forks source link

How to integrate webrepl? #17

Open stromix opened 1 year ago

stromix commented 1 year ago

Could anyone please give me a hint, how i could recompile this firmware with webrepl module? For me, the possibility to update my programs over the network is mandatory. So far, I dit it with the webrepl module and the webrepl-cli tool, with my esp32 boards over WiFi. It is preferrable for me, not to use WiFi, but wired ethernet instead, but so far, I have no solution for online updates over ethernet...