spelling checks

This commit is contained in:
Paul
2019-12-30 14:47:23 +01:00
parent f0c7b954a5
commit b64c35732e
2 changed files with 22 additions and 22 deletions

View File

@@ -524,7 +524,7 @@ void MyESP::_wifi_setup() {
WiFi.setSleepMode(WIFI_NONE_SLEEP); // added to possibly fix wifi dropouts in arduino core 2.5.0
// ref: https://github.com/esp8266/Arduino/issues/6471
// ref: https://github.com/esp8266/Arduino/issues/6366
// high tx power causing weird behavior, slighly lowering from 20.5 to 20.0 may help stability
// high tx power causing weird behavior, slightly lowering from 20.5 to 20.0 may help stability
WiFi.setOutputPower(20.0); // in DBM
#endif