We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a7c3a commit 0bab031Copy full SHA for 0bab031
modules/EVSE/EvseManager/Charger.cpp
@@ -849,13 +849,13 @@ void Charger::run_state_machine() {
849
// First time we see that a fatal error became active, signal F for a short time.
850
// Only use in basic charging mode.
851
if (entered_fatal_error_state()) {
852
- pwm_F();
+ cp_state_F();
853
}
854
855
- if (internal_context.pwm_F_active and
+ if (internal_context.cp_state_F_active and
856
time_in_fatal_error_state_ms() > config_context.state_F_after_fault_ms and
857
shared_context.shutdown_type == ShutdownType::EmergencyShutdown) {
858
- pwm_off();
+ cp_state_X1();
859
860
861
0 commit comments