Skip to content

Commit

Permalink
Version upgrade to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredilarsen committed Nov 10, 2020
1 parent b608365 commit cbe042f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 76 deletions.
File renamed without changes.
6 changes: 6 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ ModuleVariable KEYWORD1
ModuleVariableSet KEYWORD1
ModuleInterface KEYWORD1
ModuleInterfaceSet KEYWORD1
ModuleInterfaceHttpTransfer KEYWORD1
ModuleInterfaceMqttTransfer KEYWORD1
ModuleInterfacePersistence KEYWORD1
PJONModuleInterface KEYWORD1
PJONModuleInterfaceSet KEYWORD1
PJONModuleInterfaceHttpTransfer KEYWORD1
PJONModuleInterfaceMqttTransfer KEYWORD1
PJONPointerLink KEYWORD1
MIVariable KEYWORD1
MILink KEYWORD1
PJONLink KEYWORD1
Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"type": "git",
"url": "https://github.com/fredilarsen/ModuleInterface.git"
},
"version": "3.5.1",
"version": "4.0",
"examples": [
"examples/*/*.ino",
"examples/*/*/*.ino",
"examples/*/*/*/*.ino"
],
"frameworks": "arduino",
"dependencies": {
"PJON" : ">=12.1.0",
"PJON" : ">=13.0",
"ArduinoJson" : ">=6.0.0"
},
"platforms":
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ModuleInterface
version=3.5.1
version=4.0
author=Fred Larsen<[email protected]>
maintainer=Fred Larsen<[email protected]>
sentence=ModuleInterface is an open-source system for configuration of and data logging from Arduinos and similar devices.
Expand Down
73 changes: 0 additions & 73 deletions src/MI_PJON/PJONModuleInterfaceMqttTransfer.h

This file was deleted.

0 comments on commit cbe042f

Please sign in to comment.