Merge pull request #113 from rob-deutsch/master

Added version and dependencies to library.json
This commit is contained in:
Toni 2020-11-18 11:08:47 +02:00 committed by GitHub
commit f72dbc007b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -12,5 +12,14 @@
"url": "https://github.com/ToniA/arduino-heatpumpir.git"
},
"frameworks": "arduino",
"platforms": "atmelavr"
"platforms": ["atmelavr", "espressif32", "espressif8266"],
"version": "1.0.15",
"dependencies": [
{
"owner": "crankyoldgit",
"name": "IRremoteESP8266",
"version": "~2.7.12",
"platforms": ["espressif8266"]
}
]
}