Skip to content

Commit 97ea65a

Browse files
NomDeTomcaveman99
andauthored
New Regions (EU866, EU_NARROW) + New Presets (Lite, Narrow) (#824)
* new new_presets * Update comments for frequency bands Per @fifieldt * remove hamfast * Clean up config.proto by removing extra newline Removed unnecessary blank spaces before EU 866MHz comment. * Removed US 433MHz Amateur Use band removing ham settings for now. * Update EU 866MHz band references and descriptions in config.proto * Whitespace * format again --------- Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
1 parent d004f50 commit 97ea65a

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

meshtastic/config.proto

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,22 @@ message Config {
939939
* ITU Region 2 / 3 Amateur Radio 2m band (144-148 MHz)
940940
*/
941941
ITU23_2M = 28;
942+
943+
/*
944+
* EU 866MHz band (Band no. 47b of 2006/771/EC and subsequent amendments) for Non-specific short-range devices (SRD)
945+
*/
946+
EU_866 = 29;
947+
948+
/*
949+
* EU 874MHz and 917MHz bands (Band no. 1 and 4 of 2022/172/EC and subsequent amendments) for Non-specific short-range devices (SRD)
950+
*/
951+
EU_874 = 30;
952+
EU_917 = 31;
953+
954+
/*
955+
* EU 868MHz band, with narrow presets
956+
*/
957+
EU_N_868 = 32;
942958
}
943959

944960
/*
@@ -1000,6 +1016,35 @@ message Config {
10001016
* This preset performs similarly to LongFast, but with 500Khz bandwidth.
10011017
*/
10021018
LONG_TURBO = 9;
1019+
1020+
/*
1021+
* Lite Fast
1022+
* Medium range preset optimized for EU 866MHz SRD band with 125kHz bandwidth.
1023+
* Comparable link budget to MEDIUM_FAST but compliant with Band no. 47b of 2006/771/EC.
1024+
*/
1025+
LITE_FAST = 10;
1026+
1027+
/*
1028+
* Lite Slow
1029+
* Medium-to-moderate range preset optimized for EU 866MHz SRD band with 125kHz bandwidth.
1030+
* Comparable link budget to LONG_FAST but compliant with Band no. 47b of 2006/771/EC.
1031+
*/
1032+
LITE_SLOW = 11;
1033+
1034+
/*
1035+
* Narrow Fast
1036+
* Medium-to-moderate range preset optimized for EU 868MHz band with 62.5kHz bandwidth.
1037+
* Comparable link budget to SHORT_SLOW, but with half the data rate.
1038+
* Intended to avoid interference with other devices.
1039+
*/
1040+
NARROW_FAST = 12;
1041+
1042+
/*
1043+
* Narrow Slow
1044+
* Moderate range preset optimized for EU 868MHz band with 62.5kHz bandwidth.
1045+
* Comparable link budget and data rate to LONG_FAST.
1046+
*/
1047+
NARROW_SLOW = 13;
10031048
}
10041049

10051050
enum FEM_LNA_Mode {

0 commit comments

Comments
 (0)