diff --git a/commands.c b/commands.c index 4eaf79f..71cb030 100644 --- a/commands.c +++ b/commands.c @@ -38,7 +38,7 @@ void cmd_get_state() { } void cmd_get_version() { - serial_tx_str("subg_rfspy 0.7"); + serial_tx_str("subg_rfspy 0.8"); } void do_cmd(uint8_t cmd) {