Skip to content

Commit a8463fa

Browse files
authored
Fix ArduinoJSON path in copilot instructions
Corrected the path for ArduinoJSON and AsyncJSON dependencies.
1 parent e0ad3c4 commit a8463fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tl;dr:
5353
* Build targets: `platformio.ini`.
5454
* Web UI source: `wled00/data/`.
5555
* Auto-generated headers: `wled00/html_*.h`**never edit or commit**.
56-
* ArduinoJSON + AsyncJSON: `wled00/dependencies/json`
56+
* ArduinoJSON + AsyncJSON: `wled00/src/dependencies/json`
5757
* Usermods: `usermods/` (`.h` files, included via `usermods_list.cpp`).
5858
* CI/CD: `.github/workflows/`.
5959

0 commit comments

Comments
 (0)