New Device, Radio Master Bandit

Support for RadioMaster Bandit "Big Brother"
This commit is contained in:
Michael Gjelsø 2024-08-12 17:41:21 +02:00 committed by GitHub
parent 071fd931ec
commit 26c144b2ba
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.