add report battery function
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user