Skip to content

Commit

Permalink
library.json bad syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
clavisound committed Dec 9, 2024
1 parent 62a764d commit 72c983b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -13,7 +13,7 @@
{
"name": "Michales Michaloudes",
"email": "korgie@gmail.com",
"url": "https://krg.etraq.eu"
"url": "https://krg.etraq.eu",
"maintainer": true
},
{
Expand All @@ -33,4 +33,4 @@
},
"frameworks": "*",
"platforms": "*"
}
}

0 comments on commit 72c983b

Please sign in to comment.