add report battery function

This commit is contained in:
weiting2
2020-03-05 18:08:45 +08:00
parent fd59b5a6ea
commit 761a2c1653
2 changed files with 3 additions and 3 deletions
@@ -1212,7 +1212,7 @@ static void headstage_neu_state_spi() {
// if(check_ins(INSTRUCTION.recording_channel) || check_ins(INSTRUCTION.sti_channel)){
if(check_ins(INSTRUCTION.recording_channel)){
if(STI){
NEULIVE_STATE = NEU_CHECK_STI_CH;
NEULIVE_STATE.state = NEU_CHECK_STI_CH;
}
else{
NEULIVE_STATE.state = NEU_PREPARE_READ;
@@ -6,11 +6,11 @@
#define VERSION_DATE_MONTH 03
#define VERSION_DATE_DAY 05
#define VERSION_DATE_HOUR 18
#define VERSION_DATE_MINUTE 06
#define VERSION_DATE_MINUTE 08
// this is NOT the version hash !!
// it's the last version hash
#define VERSION_HASH fec1fd439ef17dc2bff9be0d7306e6b92af9b430
#define VERSION_HASH fd59b5a6ea7f6606ef9cac8d1760f41304137263
#define VERSION_GIT_BRANCH Neulive2.0_restart_issue
#endif