update docs about lilygo c6

This commit is contained in:
liquidraver
2026-03-19 09:15:01 +01:00
parent ef65aff0e6
commit 1b3dd4e6fa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ SWD flash: `west flash` (requires J-Link, pyocd, or nrfjprog connected).
|----------------------|-----------------------------------------------------------|-----------------|
| XIAO ESP32-C3 | `west build -b xiao_esp32c3 zephcore` | `west flash` |
| XIAO ESP32-C6 | `west build -b xiao_esp32c6 zephcore` | `west flash` |
| LilyGo TLoRa C6 | `west build -b lilygo_tlora_c6 zephcore` | `west flash` |
| LilyGo TLoRa C6 | `west build -b lilygo_tlora_c6/esp32c6/hpcore zephcore` | `west flash` |
| Station G2 | `west build -b station_g2/esp32s3/procpu zephcore` | `west flash` |
ESP32 flash uses esptool over USB. Hold BOOT button if device doesn't enter download mode.
+1 -1
View File
@@ -21,7 +21,7 @@ promicro_lr2021
```
xiao_esp32c3
xiao_esp32c6
lilygo_tlora_c6
lilygo_tlora_c6/esp32c6/hpcore
station_g2/esp32s3/procpu
```