We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7305876 commit 3dea728Copy full SHA for 3dea728
VanLiveConnect/Wifi.ino
@@ -170,14 +170,6 @@ const char* SetupWifi()
170
171
#ifdef WIFI_AP_MODE
172
173
- // Experiments show that Wi-Fi connectivity degrades when the power supply is unstable.
174
- // Therefore, try to use as little power as possible: set WiFi RF power output to lowest level
175
- #ifdef ARDUINO_ARCH_ESP32
176
- WiFi.setTxPower(WIFI_POWER_MINUS_1dBm);
177
- #else
178
- WiFi.setOutputPower(0.0);
179
- #endif
180
-
181
#ifdef ON_DESK_MFD_ESP_MAC
182
// The test setup on the desk has a slightly different SSID
183
if (Network.macAddress() == ON_DESK_MFD_ESP_MAC) wifiSsid = WIFI_SSID" test";
0 commit comments