Skip to content

Commit

Permalink
correcting previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KipK committed Dec 1, 2024
1 parent 70d83f9 commit 1a2ebc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evse_monitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ void EvseMonitor::evseBoot(const char *firmware)
DBUGF("scale = %ld, offset = %ld", scale, offset);
_current_sensor_scale = scale;
_current_sensor_offset = offset;
_boot_ready.ready(EVSE_MONITOR_CURRENT_SENSOR_BOOT_READY);
}
_boot_ready.ready(EVSE_MONITOR_CURRENT_SENSOR_BOOT_READY);
});

_openevse.getSerial([this](int ret, const char *serial)
Expand Down

0 comments on commit 1a2ebc3

Please sign in to comment.