Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ps2 committed Sep 29, 2016
1 parent 2d0c150 commit 4469b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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
}
}

0 comments on commit 4469b70

Please sign in to comment.