Skip to content

Commit

Permalink
Updated PJON dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fredilarsen committed Mar 19, 2020
1 parent 994ae28 commit da55361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ModuleInterface",
"description": "ModuleInterface is an open-source library for simplifying data exchange between devices",
"keywords": "communication,protocol,synchronization,database,web page,network,MQTT,PJON",
"keywords": "communication,protocol,synchronization,database,web page,network,MQTT,PJON,arduino,esp8266,esp32",
"license": "Apache-2.0",
"authors":
{
Expand All @@ -22,7 +22,7 @@
],
"frameworks": "arduino",
"dependencies": {
"PJON" : ">=11.2.0",
"PJON" : ">=12.1.0",
"ArduinoJson" : ">=6.0.0"
},
"platforms":
Expand Down

0 comments on commit da55361

Please sign in to comment.