mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add AIRBORNE
This commit is contained in:
parent
5ef21553a1
commit
b880bb828b
1 changed files with 5 additions and 0 deletions
|
|
@ -377,6 +377,11 @@ message Config {
|
|||
* Cars, motorbikes.
|
||||
*/
|
||||
VEHICLE = 3;
|
||||
|
||||
/*
|
||||
* Planes, balloons, drones.
|
||||
*/
|
||||
AIRBORNE = 4;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue