mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add BETAFPV ELRS Micro TX Module 2.4G with ESP32 CPU
https://betafpv.com/products/elrs-micro-tx-module
This commit is contained in:
parent
a16be4f907
commit
01480de34a
1 changed files with 5 additions and 0 deletions
|
|
@ -371,6 +371,11 @@ enum HardwareModel {
|
|||
*/
|
||||
HELTEC_WSL_V3 = 44;
|
||||
|
||||
/*
|
||||
* New BETAFPV ELRS Micro TX Module 2.4G with ESP32 CPU
|
||||
*/
|
||||
BETAFPV_2400_TX = 45;
|
||||
|
||||
/*
|
||||
* 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