mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-04 03:48:29 +02:00
Activate some clang-tidy checks (#1884)
This commit is contained in:
@@ -52,7 +52,7 @@ void MideaDongle::update() {
|
||||
wifi_strength = this->notify_.get_signal_strength();
|
||||
} else {
|
||||
this->rssi_timer_ = 60;
|
||||
const long dbm = WiFi.RSSI();
|
||||
const int32_t dbm = WiFi.RSSI();
|
||||
if (dbm > -63)
|
||||
wifi_strength = 4;
|
||||
else if (dbm > -75)
|
||||
|
||||
Reference in New Issue
Block a user