Skip to content

Commit

Permalink
fix depends issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitshaoxiang committed Nov 6, 2023
1 parent 551350b commit c1f3148
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/m5stack/M5Unit-IMU-Pro-Mini.git"
},
"version": "1.0.0",
"version": "1.0.1",
"frameworks": "arduino",
"platforms": "espressif32",
"headers": "M5_IMU_PRO.h"
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=M5Unit-IMU-Pro-Mini
version=1.0.0
version=1.0.1
author=M5Stack
maintainer=M5Stack
sentence=Library for M5Stack M5Unit-IMU-Pro-Mini
Expand All @@ -8,4 +8,4 @@ category=Device Control
url=https://github.com/m5stack/M5Unit-IMU-Pro-Mini
architectures=esp32
includes=M5_IMU_PRO.h
depends=M5GFX,M5Unified,M5Adafruit BMP280 Library,Adafruit Unified Sensor,Adafruit BusIO,Madgwick
depends=M5GFX,M5Unified,Adafruit BMP280 Library,Adafruit Unified Sensor,Adafruit BusIO,Madgwick

0 comments on commit c1f3148

Please sign in to comment.