From a8463fa510c7ca8b94660faadd28c4976beaa0e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20M=C3=B6hle?= <91616163+softhack007@users.noreply.github.com> Date: Mon, 6 Apr 2026 00:46:04 +0200 Subject: [PATCH] Fix ArduinoJSON path in copilot instructions Corrected the path for ArduinoJSON and AsyncJSON dependencies. --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 8829acf9..5c1fe3c6 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -53,7 +53,7 @@ tl;dr: * Build targets: `platformio.ini`. * Web UI source: `wled00/data/`. * 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`). * CI/CD: `.github/workflows/`.