Skip to content

Commit da55361

Browse files
committed
Updated PJON dependency
1 parent 994ae28 commit da55361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ModuleInterface",
33
"description": "ModuleInterface is an open-source library for simplifying data exchange between devices",
4-
"keywords": "communication,protocol,synchronization,database,web page,network,MQTT,PJON",
4+
"keywords": "communication,protocol,synchronization,database,web page,network,MQTT,PJON,arduino,esp8266,esp32",
55
"license": "Apache-2.0",
66
"authors":
77
{
@@ -22,7 +22,7 @@
2222
],
2323
"frameworks": "arduino",
2424
"dependencies": {
25-
"PJON" : ">=11.2.0",
25+
"PJON" : ">=12.1.0",
2626
"ArduinoJson" : ">=6.0.0"
2727
},
2828
"platforms":

0 commit comments

Comments
 (0)