add nugget and nibble boards for 38c3 (#5609)

* add nugget and nibble boards for 38c3

* mark those boards extra for now
This commit is contained in:
Thomas Göttgens
2024-12-21 14:57:01 +01:00
committed by GitHub
parent fb7866fca7
commit 8e6ef4ea04
10 changed files with 160 additions and 0 deletions

View File

@@ -33,4 +33,6 @@
#define HW_VENDOR meshtastic_HardwareModel_RP2040_LORA
#elif defined(RP2040_FEATHER_RFM95)
#define HW_VENDOR meshtastic_HardwareModel_RP2040_FEATHER_RFM95
#elif defined(PRIVATE_HW)
#define HW_VENDOR meshtastic_HardwareModel_PRIVATE_HW
#endif