Skip to content

Commit 50ba2e8

Browse files
author
Jesse Adams
committed
Update adafruit_qtpy_esp32s3_* boards wifi power settings to fix common wifi connectivity issues
This is related to #10914. This matches the setting for [adafruit_qtpy_esp32c3](https://github.com/adafruit/circuitpython/blob/main/ports/espressif/boards/adafruit_qtpy_esp32c3/mpconfigboard.h)
1 parent 77e22e8 commit 50ba2e8

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)