We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdabba8 commit 8fbdc8eCopy full SHA for 8fbdc8e
1 file changed
ports/espressif/boards/adafruit_qtpy_esp32c3/mpconfigboard.h
@@ -25,3 +25,6 @@
25
26
// For entering safe mode
27
#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