mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add Hardware Type: BetaFPV 900 Nano TX (#307)
Fairly simple, this just adds a new type to the hardware types in mesh.proto for the [BetaFPV Nano 900 TX](https://betafpv.com/products/elrs-nano-tx-module)
This commit is contained in:
parent
1d0b4dd242
commit
28136b4757
1 changed files with 5 additions and 0 deletions
|
|
@ -378,6 +378,11 @@ enum HardwareModel {
|
|||
*/
|
||||
BETAFPV_2400_TX = 45;
|
||||
|
||||
/*
|
||||
* BetaFPV ExpressLRS "Nano" TX Module 900MHz with ESP32 CPU
|
||||
*/
|
||||
BETAFPV_900_NANO_TX = 46;
|
||||
|
||||
/*
|
||||
* 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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue