mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-12 20:48:09 +00:00
Add missing LoRa 2.4 gHz code-rates to enum.
This commit is contained in:
3
api/python/proto/chirpstack-api/gw/gw.proto
vendored
3
api/python/proto/chirpstack-api/gw/gw.proto
vendored
@ -24,6 +24,9 @@ enum CodeRate {
|
||||
CR_1_4 = 7;
|
||||
CR_1_6 = 8;
|
||||
CR_5_6 = 9;
|
||||
CR_LI_4_5 = 10; // LoRa 2.4 gHz
|
||||
CR_LI_4_6 = 11;
|
||||
CR_LI_4_8 = 12;
|
||||
}
|
||||
|
||||
enum DownlinkTiming {
|
||||
|
Reference in New Issue
Block a user