Use same min signal as MKS for consistency

This commit is contained in:
Luc 2021-03-07 11:38:23 +01:00
parent 9ef91a421c
commit eaae32be4d

View File

@ -98,7 +98,7 @@ bool WiFiConfig::isPasswordValid (const char * password)
int32_t WiFiConfig::getSignal (int32_t RSSI)
{
if (RSSI <= -100) {
if (RSSI <= -78) {
return 0;
}
if (RSSI >= -50) {