Commit ff8f05f2 authored by 时昊's avatar 时昊

feat:41048负功率计算为0%时,显示0%

parent cba89572
...@@ -311,7 +311,7 @@ void Gauge_Power_Display(void) ...@@ -311,7 +311,7 @@ void Gauge_Power_Display(void)
{ {
if(BattCurr.Value == 0) if(BattCurr.Value == 0)
{ {
SEG_SET_PowerDial(1u, 0u, 0u, 255u); SEG_SET_PowerDial(1u, 0u, 0u, 0u);
} }
else else
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment