boblemaire / asyncHTTPrequest

asynchronous HTTP for ESP using ESPasyncTCP. Works like XMLHTTPrequest in JS.
GNU General Public License v3.0
64 stars 31 forks source link

Missing library.properties #18

Closed devops-provectusalgae closed 4 years ago

devops-provectusalgae commented 4 years ago

The repository is missing the library.properties file to be able to use this library with Arduino IDE.

Suggested content:

name=asyncHTTPrequest
version=1.2.1
author=Bob Lemaire
maintainer=Bob Lemaire
sentence=Simple async HTTP to sit on ESPAsyncTCP.
paragraph=Simple async HTTP to sit on ESPAsyncTCP.
category=Communication
url=https://github.com/boblemaire/asyncHTTPrequest.git
architectures=*
boblemaire commented 4 years ago

Don't use Arduino IDE, but looks good, how about a PR?

andreas-provectusalgae commented 4 years ago

Thanks for the quick reply! I've created the pull request. We're planning to move to PlatformIO, but support for Arduino IDE can't hurt ;)

boblemaire commented 4 years ago

PR was merged