[update] align notify (match megafly ui)

This commit is contained in:
Roy
2020-11-26 22:48:53 +08:00
parent e17e78bc18
commit c656eebcbc
4 changed files with 6 additions and 6 deletions
@@ -242,7 +242,7 @@ static void test_Vscan(PULSEMode *PULSE){
DAC_outputV(Usercode_Correction_to_DAC(VOUT_GAIN_240K, INSTRUCTION.VoltConstant));
DAC_outputV(Usercode_Correction_to_DAC(VOUT_GAIN_240K, INSTRUCTION.VoltConstant));
}
InputNotify(NOTIFY_IMPEDANCE, testV);
//InputNotify(NOTIFY_IMPEDANCE, testV);
}
else if(!firstTimeReset){
if(GPT.VscanRateCounter >= PULSE->_tTime){
@@ -334,7 +334,7 @@ static void test_Vscan(PULSEMode *PULSE){
ModeLED(NO_EVENT);
}
}
InputNotify(NOTIFY_IMPEDANCE, testV);
//InputNotify(NOTIFY_IMPEDANCE, testV);
vscan_flag = false;
}
}
@@ -5,8 +5,8 @@
#define VERSION_DATE_YEAR 20
#define VERSION_DATE_MONTH 11
#define VERSION_DATE_DAY 26
#define VERSION_DATE_HOUR 16
#define VERSION_DATE_MINUTE 14
#define VERSION_DATE_HOUR 22
#define VERSION_DATE_MINUTE 48
// this is NOT the version hash !!
// it's the last version hash
@@ -441,7 +441,7 @@ characteristic change event
#define MAJOR_PRODUCT_NUMBER 0 //0:Elite ,1:Neulive
#define MINOR_PRODUCT_NUMBER 2 //1:Elite_legacy(Ori_Neulive) 2:Elite_zm 3:Elite_bat
#define MAJOR_VERSION_NUMBER 1
#define MINOR_VERSION_NUMBER 6
#define MINOR_VERSION_NUMBER 7
#define ELITE_VERSION_1_4
//#define ELITE_VERSION_1_3
@@ -247,7 +247,7 @@ static void SimpleBLEPeripheral_performPeriodicTask(WorkMode *WorkModeData) {
if (vscanReset) {
DAC_outputV(Usercode_Correction_to_DAC(INSTRUCTION.VoutGainLevel, 25000));
DAC_outputV(Usercode_Correction_to_DAC(INSTRUCTION.VoutGainLevel, 25000));
vscanReset = false;
//vscanReset = false;
}else{
test_Vscan(WorkModeData->PULSE);
}