Updated Modem control using KISS protocol extension (markdown)

master
sh123 2022-12-28 12:14:19 +02:00
rodzic 7d1d00fcbc
commit 22169b5cbf
1 zmienionych plików z 1 dodań i 1 usunięć

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