text formatting

This commit is contained in:
2026-08-21 12:28:17 +02:00
parent 0ce360da20
commit 9fe4ac75fd
+1 -1
View File
@@ -34,4 +34,4 @@ PSRAM initialized: 8388608 bytes
Sweeping the onboard RGB LED on GPIO48
```
If the firmware runs but the RGB LED remains dark, verify the board revision. The project defaults to GPIO48, commonly used by DevKitC-compatible boards and official v1.0 boards. For an official v1.1 boardor another board wired that waychange `RGB_LED_GPIO` in `platformio.ini` from `48` to `38`, rebuild, and upload again.
If the firmware runs but the RGB LED remains dark, verify the board revision. The project defaults to GPIO48, commonly used by DevKitC-compatible boards and official v1.0 boards. For an official v1.1 boardor another board wired that waychange `RGB_LED_GPIO` in `platformio.ini` from `48` to `38`, rebuild, and upload again.