diff --git a/companion/src/radiodata.h b/companion/src/radiodata.h index 9682cc92a..4162ceafc 100644 --- a/companion/src/radiodata.h +++ b/companion/src/radiodata.h @@ -603,8 +603,8 @@ class RSSIAlarmData { void clear() { this->level[0] = 2; this->level[1] = 3; - this->warning = 42; - this->critical = 45; + this->warning = 45; + this->critical = 42; this->disabled = false; } };