Skip to content

Commit 8fbdc8e

Browse files
committed
Reduce default wifi tx_power for the QTPY ESP32-C3 (Fixes connectivity issues)
1 parent bdabba8 commit 8fbdc8e

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)