From 9fe4ac75fdefe49295d906fd1f4a93f057396398 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Fri, 21 Aug 2026 12:28:17 +0200 Subject: [PATCH] text formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40b682f..0388bc1 100644 --- a/README.md +++ b/README.md @@ -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 board—or another board wired that way—change `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 board — or another board wired that way — change `RGB_LED_GPIO` in `platformio.ini` from `48` to `38`, rebuild, and upload again.