diff --git a/README.md b/README.md index 3106ea7..83b98fa 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,10 @@ Payloads for commands are sent and expected as big endian and defined as: int16_t rssi; int16_t snr; // snr * 100 } __attribute__((packed)); + + // KISS command 8 + struct RebootModem { + } __attribute__((packed)); ``` # Using External UHF Amplifier