tiny edit

This commit is contained in:
Frank Möhle
2026-04-01 18:33:19 +02:00
committed by GitHub
parent da64f71ce2
commit 746df24011

View File

@@ -104,6 +104,7 @@ wled00/ # Main firmware source (C++) "WLED core"
└ └── dependencies/ # Utility functions - some of them have their own licensing terms
lib/ # Project specific custom libraries. PlatformIO will compile them to separate static libraries and link them
platformio.ini # Hardware build configuration
platformio_override.sample.ini # examples for custom build configurations - entries must be copied into platformio_override.ini to use them.
# platformio_override.ini is _not_ stored in the WLED repository!
usermods/ # User-contributed addons to the WLED core, maintained by individual contributors (C++, with individual library.json)