Skip to content

Commit a6b6701

Browse files
authored
Merge pull request #9369 from karlfl/main
REDUCE WIFI TX POWER QTPY ESP32-C3
2 parents bdabba8 + 8fbdc8e commit a6b6701

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/espressif/boards/adafruit_qtpy_esp32c3/mpconfigboard.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@
2525

2626
// For entering safe mode
2727
#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO9)
28+
29+
// Reduce wifi.radio.tx_power due to the antenna design of this board
30+
#define CIRCUITPY_WIFI_DEFAULT_TX_POWER (15)

0 commit comments

Comments
 (0)