Skip to content

Commit

Permalink
Updated version string to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauszus committed Mar 21, 2014
1 parent 42739da commit 98ac458
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 */
const char *version = "1.0.0";
const char *version = "1.1.0";
const uint8_t eepromVersion = 2; // EEPROM version - used to restore the EEPROM values if the configuration struct have changed

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

0 comments on commit 98ac458

Please sign in to comment.