Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ files:
exclude:
- "**/*"
include:
- src/dsmr_parser/*.h
- src/dsmr_parser/**/*.h
- LICENSE
- README.md
- CMakeLists.txt
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dsmr_parser",
"version": "1.3.0",
"version": "1.4.0",
"description": "A parser for Dutch Smart Meter Requirements (DSMR) telegrams. Fork of arduino-dsmr. Doesn't depend on the Arduino framework and has many bug fixes and code quality improvements. Supports encrypted DSMR packets.",
"keywords": "dsmr",
"repository": {
Expand All @@ -10,7 +10,7 @@
"license": "MIT",
"export": {
"include": [
"src/dsmr_parser/*.h"
"src/dsmr_parser/**/*.h"
]
}
}
Loading