From 4469b70e6708a1b578f8e1c33d9eb47c33cd5710 Mon Sep 17 00:00:00 2001 From: Pete Schwamb Date: Thu, 29 Sep 2016 16:57:03 -0500 Subject: [PATCH] Bump version --- commands.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands.c b/commands.c index 37a278c..ecc50cf 100644 --- a/commands.c +++ b/commands.c @@ -39,7 +39,7 @@ void cmd_get_state() { } void cmd_get_version() { - serial_tx_str("subg_rfspy 0.8"); + serial_tx_str("subg_rfspy 0.9"); } void do_cmd(uint8_t cmd) { @@ -230,4 +230,4 @@ void cmd_led() { led = serial_rx_byte(); mode = serial_rx_byte(); led_set_mode(led, mode);//0, 1, 2 = Off, On, Auto -} \ No newline at end of file +}