Skip to content

Commit 6ed417b

Browse files
authored
Clarify references to additional documentation
Updated references to documentation files for clarity. Avoid making them applicable unconditionally by "see also: ".
1 parent 5a16a67 commit 6ed417b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
WLED is C++ firmware for ESP32/ESP8266 microcontrollers controlling addressable LEDs,
44
with a web UI (HTML/JS/CSS). Built with PlatformIO (Arduino framework) and Node.js tooling.
55

6-
See also: `.github/copilot-instructions.md`, `.github/agent-build.instructions.md`,
7-
`docs/cpp.instructions.md`, `docs/web.instructions.md`, `docs/cicd.instructions.md`.
6+
Refer to `.github/copilot-instructions.md`, `.github/agent-build.instructions.md`,
7+
`docs/cpp.instructions.md`, `docs/esp-idf.instructions.md`, `docs/web.instructions.md`, `docs/cicd.instructions.md` fo additional conventions and reference material.
88

99
## Build Commands
1010

@@ -53,7 +53,7 @@ wled00/ # Main firmware source (C++)
5353
data/ # Web UI source (HTML/JS/CSS) — tabs for indentation
5454
html_*.h, js_*.h # Auto-generated (NEVER edit or commit)
5555
src/ # Sub-modules: fonts, bundled dependencies (ArduinoJSON)
56-
usermods/ # Community usermods (each has library.json + .cpp/.h)
56+
usermods/ # Community addons (.h files, included via usermods_list.cpp)
5757
platformio.ini # Build configuration and environments
5858
pio-scripts/ # PlatformIO build scripts (Python)
5959
tools/ # Node.js build tools (cdata.js) and tests

0 commit comments

Comments
 (0)