Added RP2040-LoRA target (#3195)

This commit is contained in:
Ben Meadors
2024-02-10 20:09:51 -06:00
committed by GitHub
parent d52cfc294b
commit ce8673b6dc
4 changed files with 73 additions and 0 deletions

View File

@@ -27,4 +27,6 @@
#define HW_VENDOR meshtastic_HardwareModel_RAK11310
#elif defined(SENSELORA_RP2040)
#define HW_VENDOR meshtastic_HardwareModel_SENSELORA_RP2040
#elif defined(RP2040_LORA)
#define HW_VENDOR meshtastic_HardwareModel_RP2040_LORA
#endif