Update software version

This commit is contained in:
optixx 2016-02-09 21:39:36 +01:00
parent 123ca226ab
commit b09aa72e38
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ void banner()
info_P(PSTR("\n"));
info_P(PSTR(" www.optixx.org\n"));
info_P(PSTR("\n"));
info_P(PSTR("System Hw: %s Sw: %s\n"), HW_VERSION, SW_VERSION);
info_P(PSTR("Hardware Version: %s Software Version: %s Build Date: %s \n"), HW_VERSION, SW_VERSION, __DATE__ );
}

View File

@ -46,7 +46,7 @@
#define FORMAT_BUFFER_LEN 0x080
#define RECEIVE_BUF_LEN 0x030
#define HW_VERSION "2.6"
#define SW_VERSION "1.0"
#define SW_VERSION "1.1"
#define DO_CRC_CHECK_LOADER 0
#define DO_CRC_CHECK 0