Add support for RadioMaster Bandit Nano (#4005)

* Add support for RadioMaster Bandit Nano

* Add fan to init and sleep
This commit is contained in:
Ben Meadors
2024-05-31 10:56:04 -05:00
committed by GitHub
parent 953aa4d091
commit 17142f8778
6 changed files with 136 additions and 5 deletions

View File

@@ -145,6 +145,8 @@
#define HW_VENDOR meshtastic_HardwareModel_UNPHONE
#elif defined(WIPHONE)
#define HW_VENDOR meshtastic_HardwareModel_WIPHONE
#elif defined(RADIOMASTER_900_BANDIT_NANO)
#define HW_VENDOR meshtastic_HardwareModel_RADIOMASTER_900_BANDIT_NANO
#endif
// -----------------------------------------------------------------------------