From 027bc9c74ab2c81cad18f9efa3f2c132524911d5 Mon Sep 17 00:00:00 2001 From: "Frederic.D" Date: Sat, 25 Jan 2025 22:13:49 +0100 Subject: [PATCH] ESPAsyncWebserver dependencies update Change from authors "Hristo Gochkov" to "ESP32Async" Project moved to ESP32Async organization at https://github.com/ESP32Async/AsyncTCP --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 8b3827a..1bfbaea 100644 --- a/library.json +++ b/library.json @@ -16,8 +16,8 @@ ], "dependencies": [ { - "name": "ESP Async WebServer", - "authors": "Hristo Gochkov", + "name": "ESPAsyncWebServer", + "authors": "ESP32Async", "frameworks": "arduino" }, {