Skip to content

Commit a2f247d

Browse files
committed
Add ShortUltra modem preset enum
1 parent f680aac commit a2f247d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

meshtastic/config.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,6 +1100,14 @@ message Config {
11001100
* Comparable link budget and data rate to LONG_MODERATE.
11011101
*/
11021102
TINY_SLOW = 15;
1103+
1104+
/*
1105+
* Short Range - Ultra
1106+
* Fastest preset with 500kHz bandwidth, SF5, and CR 4/5.
1107+
* Intended data rate is about 62.5 kbps.
1108+
* Only compatible with SX126x and LR11xx chipsets.
1109+
*/
1110+
SHORT_ULTRA = 16;
11031111
}
11041112

11051113
enum FEM_LNA_Mode {

0 commit comments

Comments
 (0)