Skip to content

Commit

Permalink
Some tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Sep 26, 2024
1 parent 690fba1 commit a947ae2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "M5Unit-ENV",
"description": "Library for M5Stack UNIT ENV",
"keywords": "M5Stack UNIT ENV,M5UnitUnified",
"authors": {
"name": "M5Stack",
"url": "http://www.m5stack.com"
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Unit-ENV.git"
},
"dependencies": {
"M5UnitUnified": "https://github.com/m5stack/M5UnitUnified.git",
"M5Utility": "https://github.com/m5stack/M5Utility.git",
"M5HAL": "https://github.com/m5stack/M5HAL.git",
"BME68x Sensor library": "https://github.com/boschsensortec/Bosch-BME68x-Library.git"
},
"version": "1.1.0",
"frameworks": [
"arduino",
"espidf"
],
"platforms": "espressif32"
}
"name": "M5Unit-ENV",
"description": "Library for M5Stack UNIT ENV",
"keywords": "M5Stack UNIT ENV,M5UnitUnified",
"authors": {
"name": "M5Stack",
"url": "http://www.m5stack.com"
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Unit-ENV.git"
},
"dependencies": {
"M5UnitUnified": "https://github.com/m5stack/M5UnitUnified.git",
"M5Utility": "https://github.com/m5stack/M5Utility.git",
"M5HAL": "https://github.com/m5stack/M5HAL.git",
"BME68x Sensor library": "https://github.com/boschsensortec/Bosch-BME68x-Library.git"
},
"version": "1.1.0",
"frameworks": [
"arduino"
],
"platforms": "espressif32",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ category=Device Control
url=https://github.com/m5stack/M5Unit-ENV
architectures=esp32
includes=M5UnitENV.h, M5UnitUnfiedENV.h
depends=M5Unified,BME68x Sensor library,M5UnitUnified,M5Utility,M5HAL
depends=BME68x Sensor library,M5UnitUnified,M5Utility,M5HAL

0 comments on commit a947ae2

Please sign in to comment.