Skip to content

Commit

Permalink
Updated version/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
collin80 committed Oct 16, 2013
1 parent 04aa351 commit bb5a4c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions GEVCU.ino
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Sept 19 2013:
1010 - Support for GEVCU3 boards
1011 - Added support for Think City battery packs with BMS
1012 - Tons of changes to MotorController and SerialConsole
1013 - New release in master - Addition of Wifi configuration pages, throttle changes
*/


Expand Down
8 changes: 4 additions & 4 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#include <due_can.h>

#define CFG_BUILD_NUM 1012 //increment this every time a git commit is done.
#define CFG_VERSION "GEVCU alpha 2013-10-01"
#define CFG_BUILD_NUM 1013 //increment this every time a git commit is done.
#define CFG_VERSION "GEVCU alpha 2013-10-16"


/*
Expand All @@ -58,8 +58,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define CFG_ENABLE_DEVICE_POT_BRAKE
#define CFG_ENABLE_DEVICE_MOTORCTRL_DMOC_645
//#define CFG_ENABLE_DEVICE_MOTORCTRL_BRUSA_DMC5
//#define CFG_ENABLE_DEVICE_ICHIP2128_WIFI
//#define CFG_ENABLE_DEVICE_BMS_THINK
#define CFG_ENABLE_DEVICE_ICHIP2128_WIFI
#define CFG_ENABLE_DEVICE_BMS_THINK


/*
Expand Down

0 comments on commit bb5a4c6

Please sign in to comment.