Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Update library.properties #1426

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=ESP Async WebServer
version=1.2.4
author=Me-No-Dev
maintainer=Me-No-Dev
sentence=Async Web Server for ESP8266 and ESP31B
paragraph=Async Web Server for ESP8266 and ESP31B
name=ESP Async Web Server
version=1.2.4-fork
author=protheeuz
maintainer=protheeuz
sentence=Effortlessly build asynchronous web servers for ESP8266 and ESP32.
paragraph=This library provides a simple and efficient way to create asynchronous web servers for the ESP8266 and ESP32 microcontrollers. It supports multiple connections and allows you to handle requests in a non-blocking manner, making it ideal for IoT applications that require real-time responsiveness.
category=Other
url=https://github.com/me-no-dev/ESPAsyncWebServer
url=https://github.com/protheeuz/ESPAsyncWebServer
architectures=*