Makersense RP2040 support (#2996)

* WIP

* Do the right things

* Add to build matrix

* Yaml lint has annoyed me for the final time
This commit is contained in:
Ben Meadors
2023-12-06 21:42:06 -06:00
committed by GitHub
parent 17f1a450b2
commit 9188a9a1f2
6 changed files with 59 additions and 1 deletions

View File

@@ -121,6 +121,10 @@
#define HW_VENDOR meshtastic_HardwareModel_PICOMPUTER_S3
#elif defined(HELTEC_HT62)
#define HW_VENDOR meshtastic_HardwareModel_HELTEC_HT62
#elif defined(SENSELORA_S3)
#define HW_VENDOR meshtastic_HardwareModel_SENSELORA_S3
#elif defined(HELTEC_HT62)
#define HW_VENDOR meshtastic_HardwareModel_HELTEC_HT62
#endif
// -----------------------------------------------------------------------------