Skip to content

Commit 3dea728

Browse files
committed
Partial revert of commit 5362b73
1 parent 7305876 commit 3dea728

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

VanLiveConnect/Wifi.ino

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,6 @@ const char* SetupWifi()
170170

171171
#ifdef WIFI_AP_MODE
172172

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-
181173
#ifdef ON_DESK_MFD_ESP_MAC
182174
// The test setup on the desk has a slightly different SSID
183175
if (Network.macAddress() == ON_DESK_MFD_ESP_MAC) wifiSsid = WIFI_SSID" test";

0 commit comments

Comments
 (0)