Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasssadar committed Jul 9, 2023
1 parent cf2dbb4 commit 3330090
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{
"name": "SmartLeds",
"keywords": "LED, esp32, NeoPixel, WS2812, WS2812B, APA102",
"description": "Simple & intuitive way to drive various smart LEDs on ESP32.",
"repository":
"name": "SmartLeds",
"keywords": "LED, esp32, NeoPixel, WS2812, WS2812B, APA102",
"description": "Simple & intuitive way to drive various smart LEDs on ESP32.",
"repository": {
"type": "git",
"url": "https://github.com/RoboticsBrno/SmartLeds.git"
},
"authors": [
{
"type": "git",
"url": "https://github.com/RoboticsBrno/SmartLeds.git"
},
"authors": [
{
"name": "Jan Mrázek",
"email": "[email protected]",
"url": "http://www.robotikabrno.cz",
"maintainer": true
}
],
"version": "2.0.0",
"frameworks": ["arduino","espidf"],
"platforms": "espressif32"
"name": "Jan Mrázek",
"email": "[email protected]",
"url": "http://www.robotikabrno.cz",
"maintainer": true
}
],
"version": "3.0.0",
"frameworks": ["arduino", "espidf"],
"platforms": "espressif32"
}

0 comments on commit 3330090

Please sign in to comment.