mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
Fix typo in comment.
This commit is contained in:
parent
e4cf649f3c
commit
6cdccbe8cc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue