We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77e22e8 + 50ba2e8 commit 4a10c22Copy full SHA for 4a10c22
2 files changed
ports/espressif/boards/adafruit_qtpy_esp32s3_4mbflash_2mbpsram/mpconfigboard.h
@@ -25,3 +25,6 @@
25
#define CIRCUITPY_BOARD_UART_PIN {{.tx = &pin_GPIO5, .rx = &pin_GPIO16}}
26
27
#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
0 commit comments