We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdabba8 + 8fbdc8e commit a6b6701Copy full SHA for a6b6701
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