8000 c3lcd reduce wifi tx power · flummer/circuitpython@208a9cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 208a9cc

Browse files
committed
c3lcd reduce wifi tx power
1 parent f46bf4c commit 208a9cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/espressif/boards/01space_lcd042_esp32c3/mpconfigboard.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@
1818

1919
// For entering safe mode
2020
#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

Comments
 (0)
0