preparing firmware for ESP32-C3 supermini
Opened this issue · 1 comments
Hi!
Is there any easy way to prepare your soft for different ESP32 boards? Like ESP32-C3 supermini for example? "Nodemcu-homberger" from https://www.wellenvogel.net/software/esp32/install.html unfortunatelly doesn't boot on this board. But it works just perfectly on ESP32-WROOM-32D.
Most probably it simply needs some additional board definitions.
If you want to play with it you could fork and go for a usertask: https://github.com/wellenvogel/esp32-nmea2000/blob/master/lib/exampletask/Readme.md.
So you could easily define a new environment with this board type. If you made some testing on it I could potentially include this in the core - and also for the online build service.
Or just directly go for a PR with the necessary board definition.