Skip to content

Commit 8c15abe

Browse files
authored
Reflect this definition targeting v2.1 hardware
1 parent b76a2be commit 8c15abe

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

_board/lolin_c3_mini.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,19 @@ A mini Wi-Fi & Bluetooth LE board based on ESP32-C3FH4.
3434
- Default firmware: MicroPython
3535

3636

37-
## About WIFI
37+
## About Board Versions
38+
39+
Circuitpython builds after 8.0.0-beta6 target the v2.1 revision of this board. V1.0 had a design flaw
40+
in the antenna circuitry which cannot be compensated for in software. V2.1 replaces the PCB trace antenna
41+
with a small ceramic antenna and the status LED on GPIO7 is replaced by a WS2812B RGB addressable LED.
42+
43+
V1.0 boards need set WIFI Tx Power to 8.5dBm in order to use WIFI.
3844

39-
You need set WIFI Tx Power to 8.5dBm to use WIFI.
4045
`wifi.radio.tx_power = 8.5`
4146

4247
## Purchase
4348

44-
* [AliExpress](https://www.aliexpress.com/item/1005004005736554.html)
49+
* [AliExpress](https://www.aliexpress.com/item/1005004740051202.html)
4550

4651
## Learn More
4752

0 commit comments

Comments
 (0)