mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-13 04:58:09 +00:00
Re-generate API code.
This commit is contained in:
7
api/python/proto/chirpstack-api/gw/gw.proto
vendored
7
api/python/proto/chirpstack-api/gw/gw.proto
vendored
@ -154,6 +154,13 @@ message LoraModulationInfo {
|
||||
|
||||
// Polarization inversion.
|
||||
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 {
|
||||
|
Reference in New Issue
Block a user