Files
nuki_hub/lib/WebSerialLite/library.json
iranl 6b0100fd61 Arduino Core 3 (#407)
* Add and remove libs and components for Arduino Core 3

* Arduino Core 3

* Add back Solo1

* Change ESP32-S3 to 4MB build

* Update README.md

* Fix retain and number of retries

* Fix rolling log

* Fix defaults

* Fix BleScanner on Solo1

* Export settings

* Import settings

* Fix HA Battery voltage

* Change submodule

* Update espMqttClient and AsyncTCP

* Webserial and MQTT/Network reconnecting

* Update nuki_ble

---------

Co-authored-by: iranl <iranl@github.com>
2024-07-05 23:45:39 +07:00

45 lines
1.1 KiB
JSON

{
"name": "WebSerialLite",
"version": "6.1.0",
"keywords": "WebSerial, serial, monitor, ESP8266, ESP32, webpage, websocket, wireless",
"description": "WebSerial is a webpage based Serial Monitor to log, monitor, or debug your code remotely.",
"homepage": "https://github.com/mathieucarbou/WebSerialLite",
"repository": {
"type": "git",
"url": "https://github.com/mathieucarbou/WebSerial.git"
},
"authors": [
{
"name": "HomeboyC",
"email": "homeboyc@foxmail.com"
},
{
"name": "Mathieu Carbou",
"email": "mathieu.carbou@gmail.com",
"maintainer": true
}
],
"license": "GPL-3.0-or-later",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"],
"headers": ["WebSerialLite.h", "WebSerial.h"],
"dependencies": [
{
"owner": "mathieucarbou",
"name": "ESP Async WebServer",
"version": "^3.0.6",
"platforms": ["espressif8266", "espressif32"]
}
],
"export": {
"include": [
"examples",
"src",
"library.json",
"library.properties",
"LICENSE",
"README.md"
]
}
}