Skip to content

Commit 45af854

Browse files
committed
reduce dBm to 15dBm for all, for now, will need to ifdef guard
1 parent 7b41927 commit 45af854

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/network_interfaces/Wippersnapper_ESP32.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ class Wippersnapper_ESP32 : public Wippersnapper {
103103
WiFi.disconnect();
104104
delay(100);
105105

106+
WiFi.setTxPower(WIFI_POWER_15dBm);
107+
106108
// Perform a network scan
107109
int n = WiFi.scanNetworks();
108110
if (n == 0) {

0 commit comments

Comments
 (0)