Skip to content

Commit 59b5a32

Browse files
committed
added git tag version
1 parent 54a6d60 commit 59b5a32

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=M5Stack
2-
version=0.1.7
2+
version=0.1.8
33
author=M5Stack
44
maintainer=Zibin Zheng <[email protected]>
55
sentence=Library for M5Stack Core development kit

src/M5Stack.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,13 @@
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"

src/gitTagVersion.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#define M5_LIB_VERSION F("0.1.8-dirty")

0 commit comments

Comments
 (0)