mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-04 23:40:38 +08:00
Use same min signal as MKS for consistency
This commit is contained in:
parent
9ef91a421c
commit
eaae32be4d
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user