mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-21 06:03:11 +00:00
Add preamble and no_crc fields to LoraModulationInfo.
This commit is contained in:
parent
da30e3db96
commit
d38062aebd
7
api/rust/proto/chirpstack/gw/gw.proto
vendored
7
api/rust/proto/chirpstack/gw/gw.proto
vendored
@ -154,6 +154,13 @@ message LoraModulationInfo {
|
|||||||
|
|
||||||
// Polarization inversion.
|
// Polarization inversion.
|
||||||
bool polarization_inversion = 4;
|
bool polarization_inversion = 4;
|
||||||
|
|
||||||
|
// Preamble length (for TX).
|
||||||
|
uint32 preamble = 6;
|
||||||
|
|
||||||
|
// No CRC (for TX).
|
||||||
|
// If true, do not send a CRC in the packet.
|
||||||
|
bool no_crc = 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
message FskModulationInfo {
|
message FskModulationInfo {
|
||||||
|
Loading…
Reference in New Issue
Block a user