Skip to content

Commit cbe042f

Browse files
committed
Version upgrade to 4.0
1 parent b608365 commit cbe042f

File tree

5 files changed

+9
-76
lines changed

5 files changed

+9
-76
lines changed
File renamed without changes.

keywords.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,14 @@ ModuleVariable KEYWORD1
1111
ModuleVariableSet KEYWORD1
1212
ModuleInterface KEYWORD1
1313
ModuleInterfaceSet KEYWORD1
14+
ModuleInterfaceHttpTransfer KEYWORD1
15+
ModuleInterfaceMqttTransfer KEYWORD1
16+
ModuleInterfacePersistence KEYWORD1
1417
PJONModuleInterface KEYWORD1
1518
PJONModuleInterfaceSet KEYWORD1
19+
PJONModuleInterfaceHttpTransfer KEYWORD1
20+
PJONModuleInterfaceMqttTransfer KEYWORD1
21+
PJONPointerLink KEYWORD1
1622
MIVariable KEYWORD1
1723
MILink KEYWORD1
1824
PJONLink KEYWORD1

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"type": "git",
1515
"url": "https://github.com/fredilarsen/ModuleInterface.git"
1616
},
17-
"version": "3.5.1",
17+
"version": "4.0",
1818
"examples": [
1919
"examples/*/*.ino",
2020
"examples/*/*/*.ino",
2121
"examples/*/*/*/*.ino"
2222
],
2323
"frameworks": "arduino",
2424
"dependencies": {
25-
"PJON" : ">=12.1.0",
25+
"PJON" : ">=13.0",
2626
"ArduinoJson" : ">=6.0.0"
2727
},
2828
"platforms":

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ModuleInterface
2-
version=3.5.1
2+
version=4.0
33
author=Fred Larsen<[email protected]>
44
maintainer=Fred Larsen<[email protected]>
55
sentence=ModuleInterface is an open-source system for configuration of and data logging from Arduinos and similar devices.

src/MI_PJON/PJONModuleInterfaceMqttTransfer.h

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)