kopia lustrzana https://github.com/sh123/esp32_loraprs
Update README.md
rodzic
87f4e4b0e1
commit
2e6b1ac4a2
|
@ -179,6 +179,10 @@ Payloads for commands are sent and expected as big endian and defined as:
|
||||||
int16_t rssi;
|
int16_t rssi;
|
||||||
int16_t snr; // snr * 100
|
int16_t snr; // snr * 100
|
||||||
} __attribute__((packed));
|
} __attribute__((packed));
|
||||||
|
|
||||||
|
// KISS command 8
|
||||||
|
struct RebootModem {
|
||||||
|
} __attribute__((packed));
|
||||||
```
|
```
|
||||||
|
|
||||||
# Using External UHF Amplifier
|
# Using External UHF Amplifier
|
||||||
|
|
Ładowanie…
Reference in New Issue