File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,19 @@ A mini Wi-Fi & Bluetooth LE board based on ESP32-C3FH4.
34
34
- Default firmware: MicroPython
35
35
36
36
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.
38
44
39
- You need set WIFI Tx Power to 8.5dBm to use WIFI.
40
45
` wifi.radio.tx_power = 8.5 `
41
46
42
47
## Purchase
43
48
44
- * [ AliExpress] ( https://www.aliexpress.com/item/1005004005736554 .html )
49
+ * [ AliExpress] ( https://www.aliexpress.com/item/1005004740051202 .html )
45
50
46
51
## Learn More
47
52
You can’t perform that action at this time.
0 commit comments