diff --git a/ground/openpilotgcs/src/plugins/systemhealth/html/CPU-Critical.html b/ground/openpilotgcs/src/plugins/systemhealth/html/CPUOverload-Critical.html similarity index 95% rename from ground/openpilotgcs/src/plugins/systemhealth/html/CPU-Critical.html rename to ground/openpilotgcs/src/plugins/systemhealth/html/CPUOverload-Critical.html index 273423124..a3b0e5a74 100644 --- a/ground/openpilotgcs/src/plugins/systemhealth/html/CPU-Critical.html +++ b/ground/openpilotgcs/src/plugins/systemhealth/html/CPUOverload-Critical.html @@ -10,4 +10,4 @@ CPU load has exceeded 95%

- \ No newline at end of file + diff --git a/ground/openpilotgcs/src/plugins/systemhealth/html/CPU-Warning.html b/ground/openpilotgcs/src/plugins/systemhealth/html/CPUOverload-Warning.html similarity index 95% rename from ground/openpilotgcs/src/plugins/systemhealth/html/CPU-Warning.html rename to ground/openpilotgcs/src/plugins/systemhealth/html/CPUOverload-Warning.html index a6c15546d..5c2d4639f 100644 --- a/ground/openpilotgcs/src/plugins/systemhealth/html/CPU-Warning.html +++ b/ground/openpilotgcs/src/plugins/systemhealth/html/CPUOverload-Warning.html @@ -10,4 +10,4 @@ CPU load has exceeded 80%

- \ No newline at end of file + diff --git a/ground/openpilotgcs/src/plugins/systemhealth/html/Memory-Critical.html b/ground/openpilotgcs/src/plugins/systemhealth/html/OutOfMemory-Critical.html similarity index 54% rename from ground/openpilotgcs/src/plugins/systemhealth/html/Memory-Critical.html rename to ground/openpilotgcs/src/plugins/systemhealth/html/OutOfMemory-Critical.html index b1fa75164..892c338e8 100644 --- a/ground/openpilotgcs/src/plugins/systemhealth/html/Memory-Critical.html +++ b/ground/openpilotgcs/src/plugins/systemhealth/html/OutOfMemory-Critical.html @@ -7,7 +7,11 @@

Memory: Critical

- Either the remaining heap space or the IRQ stack has fallen below the critical limit (1000 bytes heap, 80 entries IRQ stack). + Either the remaining heap space or the IRQ stack has fallen below the critical limit.

+