added basic GET json

This commit is contained in:
Hendrik Rauh 2024-10-24 23:15:42 +02:00
parent d0f3ea34c8
commit 33fae44163
2 changed files with 16 additions and 1 deletions

View file

@ -14,4 +14,5 @@ board = lolin_s2_mini
framework = arduino
lib_deps =
hideakitai/ArtNet @ ^0.8.0
me-no-dev/ESP Async WebServer@^1.2.4
me-no-dev/ESP Async WebServer@^1.2.4
bblanchon/ArduinoJson @ ^7.2.0