Add preamble and no_crc fields to LoraModulationInfo.

This commit is contained in:
Orne Brocaar 2023-10-26 15:10:44 +01:00
parent da30e3db96
commit d38062aebd

View File

@ -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 {