You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Activate via `custom_usermods` in platformio build config
164
-
- Base new usermods on `usermods/EXAMPLE/` (never edit the example directly)
175
+
- Add usermod IDs to `wled00/const.h`, integrate new usermods via `wled00/usermod_list.cpp`
176
+
- Base new usermods on `usermods/EXAMPLE_v2/` (never edit the example directly)
165
177
- Store repeated strings as `static const char[] PROGMEM`
166
178
167
179
## CI/CD
@@ -177,6 +189,7 @@ No automated linting is configured. Match existing code style in files you edit.
177
189
178
190
- Repository language is English
179
191
- Never edit or commit auto-generated `wled00/html_*.h` / `wled00/js_*.h`
192
+
- When updating an existing PR, retain the original description. Only modify it to ensure technical accuracy. Add change logs after the existing description.
180
193
- No force-push on open PRs
181
194
- Changes to `platformio.ini` require maintainer approval
0 commit comments