Re-generate API code.

This commit is contained in:
Orne Brocaar
2023-10-26 15:11:05 +01:00
parent d38062aebd
commit fefa4f8be9
11 changed files with 925 additions and 728 deletions

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 {