kopia lustrzana https://github.com/sh123/esp32_loraprs
Updated Modem control using KISS protocol extension (markdown)
rodzic
7d1d00fcbc
commit
22169b5cbf
|
@ -35,6 +35,6 @@ Payloads for commands are sent and expected as big endian and defined as:
|
||||||
|
|
||||||
// KISS command 9
|
// KISS command 9
|
||||||
struct Telemetry {
|
struct Telemetry {
|
||||||
int16_t batteryVoltage;
|
int16_t batteryVoltage; // voltage * 100
|
||||||
} __attribute__((packed));
|
} __attribute__((packed));
|
||||||
```
|
```
|
||||||
|
|
Ładowanie…
Reference in New Issue