Update README.md

pull/15/head
sh123 2021-02-06 19:13:57 +02:00 zatwierdzone przez GitHub
rodzic 1e13566147
commit f254b4b591
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

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