Update README.md

pull/14/head
sh123 2021-02-08 12:14:30 +02:00 zatwierdzone przez GitHub
rodzic 9823957095
commit 03cfc544f9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -94,12 +94,12 @@ KISS command extensions are used for radio module control and signal report even
Payloads for commands are sent and expected as big endian and defined as:
```
struct LoraSignalLevelEvent {
struct SignalLevelEvent {
int16_t rssi;
int16_t snr;
int16_t snr; // snr * 100
} __attribute__((packed));
struct LoraControlCommand {
struct ControlCommand {
uint32_t freq;
uint32_t bw;
uint16_t sf;