Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5da304

Browse files
authored
Merge pull request #10085 from bill88t/c3lcd-tx-power
`01space_lcd042_esp32c3` reduce wifi tx power
2 parents f46bf4c + 208a9cc commit f5da304

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
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)