Skip to content

Commit

Permalink
readme edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej Chrcek authored and Andrej Chrcek committed Feb 21, 2025
1 parent 4b5bbd0 commit cac8cef
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions usermods/FSEQ/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
this is my platformio_override.ini
### 2. Configure PlatformIO

Add the following configuration to your platformio_override.ini (or platformio.ini) to enable the necessary build flags and define the usermod:


[env:esp32dev_V4]
build_flags =
-D WLED_DEBUG
-D WLED_USE_SD_SPI
-D WLED_PIN_SCK=18 ; CLK
-D WLED_PIN_MISO=19 ; DO POCI
-D WLED_PIN_MOSI=23 ; DI PICO
-D WLED_PIN_SS=5 ; CS (Chip Select)
-D USERMOD_FPP
-D WLED_PIN_MISO=19 ; Data Out (POCI)
-D WLED_PIN_MOSI=23 ; Data In (PICO)
-D WLED_PIN_SS=5 ; Chip Select (CS)
-D USERMOD_FSEQ
-std=gnu++17
-I wled00/src/dependencies/json
Expand All @@ -31,6 +33,7 @@ build_flags =





# SD & FSEQ Usermod for WLED

Expand Down

0 comments on commit cac8cef

Please sign in to comment.