Skip to content

Commit

Permalink
Fixes versions of dependent libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Jan 21, 2025
1 parent 797322e commit b855b2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,23 @@
"url": "https://github.com/m5stack/M5Unit-ENV.git"
},
"dependencies": {
"M5UnitUnified": "https://github.com/m5stack/M5UnitUnified.git",
"M5UnitUnified": "https://github.com/m5stack/M5UnitUnified.git@^0.0.5",
"BME68x Sensor library": "https://github.com/boschsensortec/Bosch-BME68x-Library.git",
"bsec2": "https://github.com/boschsensortec/Bosch-BSEC2-Library"
},
"version": "1.2.0",
"frameworks": [
"arduino"
],
"headers": [
"M5UnitENV.h",
"M5UnitUnifiedENV.h"
] ,
"platforms": "espressif32",
"license": "MIT",
"export": {
"exclude": [
"docs/html"
]
}
}
}
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, M5UnitUnifiedENV.h
depends=BME68x Sensor library,M5UnitUnified,M5Utility,M5HAL,bsec2
depends=BME68x Sensor library,M5UnitUnified(>=0.0.5),M5Utility,M5HAL,bsec2

0 comments on commit b855b2e

Please sign in to comment.