Added battery state reporting over USB/Serial/Bluetooth. Implements #39.

This commit is contained in:
Mark Qvist 2023-10-07 19:45:55 +02:00
parent e4245c6177
commit 6d26997fa4
4 changed files with 24 additions and 1 deletions

View file

@ -44,6 +44,7 @@
#define CMD_STAT_SNR 0x24
#define CMD_STAT_CHTM 0x25
#define CMD_STAT_PHYPRM 0x26
#define CMD_STAT_BAT 0x27
#define CMD_BLINK 0x30
#define CMD_RANDOM 0x40