File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1010 "type" : " git" ,
1111 "url" : " https://github.com/m5stack/m5stack.git"
1212 },
13- "version" : " 0.1.7 " ,
13+ "version" : " 0.1.8 " ,
1414 "framework" : " arduino" ,
1515 "platforms" : " espressif32"
1616}
Original file line number Diff line number Diff line change 11name =M5Stack
2- version =0.1.7
2+ version =0.1.8
33author =M5Stack
44maintainer =Zibin Zheng <
[email protected] >
55sentence =Library for M5Stack Core development kit
Original file line number Diff line number Diff line change 8484#if defined(ESP32)
8585
8686// #define MPU9250_INSDE
87-
8887#include < Arduino.h>
89- #include < WiFi.h>
90- #include < WiFiClient.h>
91- #include < WiFiMulti.h>
9288#include < Wire.h>
9389#include < SPI.h>
9490#include " FS.h"
9591#include " SD.h"
9692
93+ #include " gitTagVersion.h"
9794#include " utility/Display.h"
9895#include " utility/Config.h"
9996#include " utility/Button.h"
Original file line number Diff line number Diff line change 1+ #define M5_LIB_VERSION F("0.1.8-dirty")
You can’t perform that action at this time.
0 commit comments