Raspberry Pico2 - needs protos

This commit is contained in:
Thomas Göttgens
2024-09-21 14:50:19 +02:00
parent c053c7d9ae
commit e6c7c80b3f
10 changed files with 96 additions and 5 deletions

View File

@@ -23,6 +23,8 @@
#if defined(RPI_PICO)
#define HW_VENDOR meshtastic_HardwareModel_RPI_PICO
#elif defined(RPI_PICO2)
#define HW_VENDOR meshtastic_HardwareModel_RPI_PICO2
#elif defined(RAK11310)
#define HW_VENDOR meshtastic_HardwareModel_RAK11310
#elif defined(SENSELORA_RP2040)