Fix typo in comment.

This commit is contained in:
Marijn van Galen 2025-05-03 18:49:51 +02:00 committed by GitHub
parent e4cf649f3c
commit 6cdccbe8cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ battery_pause_status emulator_pause_status = NORMAL;
void update_machineryprotection() {
/* Check if the ESP32 CPU running the Battery-Emulator is too hot.
We start with a warning, you can start to see Wifi issues if ut becomes too hot
We start with a warning, you can start to see Wifi issues if it becomes too hot
If the chip starts to approach the design limit, we perform a graceful shutdown */
if (datalayer.system.info.CPU_temperature > 80.0f) {
set_event(EVENT_CPU_OVERHEATING, 0);