Updated KISS Extended API (markdown)

master
sh123 2023-03-15 16:07:56 +02:00
rodzic fbf5ee5e57
commit b246992882
1 zmienionych plików z 5 dodań i 0 usunięć

@ -22,5 +22,10 @@ Payloads for commands are sent and expected as big endian and defined as:
// KISS command 8
struct RebootModem {
} __attribute__((packed));
// KISS command 9
struct Telemetry {
int16_t batteryVoltage;
} __attribute__((packed));
`
```