From 72c983bc40d9862b5366f73eafac7b9bdd76f7ba Mon Sep 17 00:00:00 2001 From: clavisound Date: Mon, 9 Dec 2024 23:18:49 +0200 Subject: [PATCH] library.json bad syntax. --- library.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 6a93048..5842460 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,5 @@ { - "name": "SlimLoRa, + "name": "SlimLoRa", "version": "0.6.3", "description": "LoRaWAN library with OTAA join, ADR support and most important MAC commands for EU868 suitable for AVR's with 32Kbytes. It uses 14kBytes of program flash instead of 52kBytes of RadioLib or 32kBytes of LMIC. Tested avr32u4 / ATmega32u4 and HopeRF 95w (SX1276) on Adafruit Feather. ABP untested. Session is stored to EEPROM. Testers wanted and PR's for other regions. It supports downlinks.", "keywords": "LoRaWAN, rfm95w, hoperf, SX1276, radio, communication", @@ -13,7 +13,7 @@ { "name": "Michales Michaloudes", "email": "korgie@gmail.com", - "url": "https://krg.etraq.eu" + "url": "https://krg.etraq.eu", "maintainer": true }, { @@ -33,4 +33,4 @@ }, "frameworks": "*", "platforms": "*" -} \ No newline at end of file +}