Fix ArduinoJSON path in copilot instructions

Corrected the path for ArduinoJSON and AsyncJSON dependencies.
This commit is contained in:
Frank Möhle
2026-04-06 00:46:04 +02:00
committed by GitHub
parent e0ad3c4638
commit a8463fa510

View File

@@ -53,7 +53,7 @@ tl;dr:
* Build targets: `platformio.ini`. * Build targets: `platformio.ini`.
* Web UI source: `wled00/data/`. * Web UI source: `wled00/data/`.
* Auto-generated headers: `wled00/html_*.h`**never edit or commit**. * Auto-generated headers: `wled00/html_*.h`**never edit or commit**.
* ArduinoJSON + AsyncJSON: `wled00/dependencies/json` * ArduinoJSON + AsyncJSON: `wled00/src/dependencies/json`
* Usermods: `usermods/` (`.h` files, included via `usermods_list.cpp`). * Usermods: `usermods/` (`.h` files, included via `usermods_list.cpp`).
* CI/CD: `.github/workflows/`. * CI/CD: `.github/workflows/`.