We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46bf4c commit 208a9ccCopy full SHA for 208a9cc
1 file changed
ports/espressif/boards/01space_lcd042_esp32c3/mpconfigboard.h
@@ -18,3 +18,6 @@
18
19
// For entering safe mode
20
#define CIRCUITPY_BOOT_BUTTON (&pin_GPIO9)
21
+
22
+// Reduce wifi.radio.tx_power due to the antenna design of this board
23
+#define CIRCUITPY_WIFI_DEFAULT_TX_POWER (11.0)
0 commit comments