|
@@ -2399,6 +2399,7 @@ int main(void)
|
|
|
//===============================
|
|
|
// Query primary Out put current config
|
|
|
//===============================
|
|
|
+ /*
|
|
|
if((previousCharger.gun_info[gun_index].outputCurrent.L1N_L12[0] != ShmCharger->gun_info[gun_index].outputCurrent.L1N_L12[0]) ||
|
|
|
(previousCharger.gun_info[gun_index].outputCurrent.L2N_L23[0] != ShmCharger->gun_info[gun_index].outputCurrent.L2N_L23[0]) ||
|
|
|
(previousCharger.gun_info[gun_index].outputCurrent.L3N_L31[0] != ShmCharger->gun_info[gun_index].outputCurrent.L3N_L31[0]))
|
|
@@ -2417,6 +2418,7 @@ int main(void)
|
|
|
previousCharger.gun_info[gun_index].outputCurrent.L2N_L23[0] = ShmCharger->gun_info[gun_index].outputCurrent.L2N_L23[0];
|
|
|
previousCharger.gun_info[gun_index].outputCurrent.L3N_L31[0] = ShmCharger->gun_info[gun_index].outputCurrent.L3N_L31[0];
|
|
|
}
|
|
|
+ */
|
|
|
|
|
|
//===============================
|
|
|
// Query primary MCU BLE config
|