We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f46bf4c + 208a9cc commit f5da304Copy full SHA for f5da304
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