Merge pull request #551 from gjelsoe/master

New Device, RadioMaster Bandit
This commit is contained in:
Ben Meadors 2024-08-12 11:11:09 -05:00 committed by GitHub
commit c9ca0dbe9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -599,6 +599,12 @@ enum HardwareModel {
*/
WIO_E5 = 73;
/*
* RadioMaster 900 Bandit, https://www.radiomasterrc.com/products/bandit-expresslrs-rf-module
* SSD1306 OLED and No GPS
*/
RADIOMASTER_900_BANDIT = 74;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits.