diff --git a/README.md b/README.md index 8a3c0c1..7006861 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,9 @@ It is possible to use modem **in client mode** with other generic Linux AX25/APR - Also, it might be useful to disable CRC check for LoRa packets with `cfg.LoraEnableCrc` parameter equal to `false`. Some broken bits in one speech frame will cause audio being scrambled, it might be better then longer gap when complete packet is dropped. # KISS command extensions -When `EnableKissExtensions` configuration parameter is set to `true` modem will send signal level reports through KISS command `0x30` and client application will be able to control modem by using KISS command `0x10`, payload are sent as big endian and defined as +When `EnableKissExtensions` configuration parameter is set to `true` modem will send signal level reports through KISS command `0x30` and client application will be able to control modem by using KISS command `0x10`, this way client application can display signal levels and change modem parameters dynamically. + +Payloads are sent and expected as big endian and defined as: ``` struct LoraSignalLevelEvent { int16_t rssi;