Skip to content

Commit

Permalink
Released version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauszus committed Oct 26, 2016
1 parent ab2406a commit f661316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/Balanduino/Balanduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <stdint.h> // Needed for uint8_t, uint16_t etc.

/* Firmware Version Information */
static const char *version = "1.1.0";
static const char *version = "1.2.0";
static const uint8_t eepromVersion = 3; // EEPROM version - used to restore the EEPROM values if the configuration struct have changed

static bool sendIMUValues, sendSettings, sendInfo, sendStatusReport, sendPIDValues, sendPairConfirmation, sendKalmanValues; // Used to send out different values via Bluetooth
Expand Down

0 comments on commit f661316

Please sign in to comment.