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
Copy file name to clipboardExpand all lines: AGENTS.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,10 @@ class MyUsermod : public Usermod {
201
201
### Usermod `loop()`
202
202
203
203
- Called once per main loop iteration. Usermods should simply `return` when `!enabled`.
204
-
- Frequency of calls varies with system load - up to 2000 times/sec with few LEDs and little background activity, down to 1-3 times/sec during FS activity or during high workload from effects and other usermods.
204
+
- Frequency of calls varies with system load:
205
+
* up to 2000 times/sec with few LEDs and little background activity,
206
+
* between 20 and 300 times/second during high workload from effects and other usermods,
207
+
* (worst case) down to 1-3 times/sec during FS activity or when serving lots of network API requests.
205
208
206
209
### Usermod IDs
207
210
- Add usermod IDs to `wled00/const.h`, integrate new usermods via `wled00/usermods_list.cpp`
0 commit comments