wellenvogel / esp32-nmea2000

nmea2000 gateway with ESP32
GNU General Public License v2.0
65 stars 30 forks source link

preparing firmware for ESP32-C3 supermini #86

Open burbon-pl opened 1 month ago

burbon-pl commented 1 month ago

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.

wellenvogel commented 1 month ago

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.