mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-16 03:50:54 +00:00
65dc2d81a3
Specifying the library dependencies in the depends field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of this library. "arduino-cli lib install" will automatically install the dependencies (arduino-cli 0.7.0 and newer).
11 lines
400 B
INI
11 lines
400 B
INI
name=ESPUI
|
|
version=2.0.0
|
|
author=Lukas Bachschwell
|
|
maintainer=Lukas Bachschwell <lukas@lbsfilm.at>
|
|
sentence=ESP32 and ESP8266 Web Interface Library
|
|
paragraph=A simple library that implements a web graphical user interface for ESP32 and ESP8266. It is simple to use and works side by side with your sketch.
|
|
category=Communication
|
|
url=https://github.com/s00500/ESPUI
|
|
architectures=*
|
|
depends=ArduinoJson
|