This commit is contained in:
105042004
2019-11-29 18:34:32 +08:00
parent c588d4d377
commit 8322623699
@@ -322,6 +322,7 @@ static void CV_Plot(CVMode *CV){
NotifyCurrent[3] = (uint8_t) (CV->_MeasureData & 0x000000FF);
if (CV->_VoVi_Switch == 0x01){ //user see Vin
LED_color(DARKLED, 255, 0, 0);
NotifyVolt[0] = (uint8_t) (CV->MeasureVolt >> 24);
NotifyVolt[1] = (uint8_t) ((CV->MeasureVolt & 0x00FF0000) >> 16);
NotifyVolt[2] = (uint8_t) ((CV->MeasureVolt & 0x0000FF00) >> 8);