From 0b918a0a427b9f40c7492c861b8bd1234b65e817 Mon Sep 17 00:00:00 2001 From: Hasenradball Date: Tue, 12 Dec 2023 22:45:31 +0100 Subject: [PATCH] update library infos --- library.json | 20 ++++++++++++++++++++ library.properties | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..71b59ee --- /dev/null +++ b/library.json @@ -0,0 +1,20 @@ +{ + "name": "NINA-Wi-Fi", + "version": "1.0.1", + "repository": + { + "type": "git", + "url": "https://github.com/hasenradball/NINA-Wi-Fi" + }, + "description": "Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino Uno WiFi Rev.2 and Nano 33 IoT.", + "keywords": ["Wifi", "NINA", "NINA-W10x", "ublox"], + "authors": + { + "name": "Frank Häfele", + "mail": "mail@frankhaefele.de", + "url": "http://esp8266-01-adapter.de", + "maintainer": true + }, + "frameworks": ["Arduino"], + "platforms": ["atmelavr", "espressif8266", "espressif32", "atmelsam"] +} \ No newline at end of file diff --git a/library.properties b/library.properties index a848070..565c0d0 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=NINA-Wi-Fi -version=1.0.0 +version=1.0.1 author=Frank Häfele maintainer=Frank Häfele sentence=Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino Uno WiFi Rev.2 and Nano 33 IoT.