Skip to content

Commit 4a10c22

Browse files
authored
Merge pull request #10921 from jesseadams/bugfix/qtpy-esp32-s3-wifi-power
Update adafruit_qtpy_esp32s3_* boards wifi power settings to fix common wifi connectivity issues
2 parents 77e22e8 + 50ba2e8 commit 4a10c22

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ports/espressif/boards/adafruit_qtpy_esp32s3_4mbflash_2mbpsram/mpconfigboard.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@
2525
#define CIRCUITPY_BOARD_UART_PIN {{.tx = &pin_GPIO5, .rx = &pin_GPIO16}}
2626

2727
#define DOUBLE_TAP_PIN (&pin_GPIO10)
28+
29+
// Reduce wifi.radio.tx_power due to the antenna design of this board
30+
#define CIRCUITPY_WIFI_DEFAULT_TX_POWER (15)

ports/espressif/boards/adafruit_qtpy_esp32s3_nopsram/mpconfigboard.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@
2525
#define CIRCUITPY_BOARD_UART_PIN {{.tx = &pin_GPIO5, .rx = &pin_GPIO16}}
2626

2727
#define DOUBLE_TAP_PIN (&pin_GPIO10)
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)