Skip to content

Commit 0e508ed

Browse files
Copilotsofthack007
andauthored
docs: add delay/yield/looptask/IDLE guidance to cpp.instructions.md and esp-idf.instructions.md
Agent-Logs-Url: https://github.com/MoonModules/WLED-MM/sessions/e6fa4128-6712-4700-b716-3c5194ca2286 Co-authored-by: softhack007 <91616163+softhack007@users.noreply.github.com>
1 parent 6902ea9 commit 0e508ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/cpp.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ uint8_t gammaCorrect(uint8_t value, float gamma);
7474
- Platform differentiation: `ARDUINO_ARCH_ESP32` vs `ESP8266`
7575
- WLED-MM fork detection: `_MoonModules_WLED_` (defined in `wled.h`)
7676
- PSRAM availability: `BOARD_HAS_PSRAM`
77-
- WLEDMM_FASTPATH is the default path; code under `#ifndef WLEDMM_FASTPATH` is deprecated, and will be phased out in the next release.
77+
- WLEDMM_FASTPATH is the default path; code under `#ifndef WLEDMM_FASTPATH` is deprecated and will be phased out.
7878
- Flash-saving mode: `WLEDMM_SAVE_FLASH` (disables aggressive inlining)
7979

8080
## Error Handling

0 commit comments

Comments
 (0)