We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5a0da commit c15b6ecCopy full SHA for c15b6ec
m5stack/Makefile
@@ -139,7 +139,7 @@ ifdef LVGL
139
LVGL_FLAG = 1
140
endif
141
142
-GIT_VERSION := $(shell git describe --abbrev=7 --always)
+GIT_VERSION := $(shell git rev-parse --short HEAD)
143
144
include ./include/files.mk
145
third-party/Makefile
@@ -85,7 +85,7 @@ ifdef LVGL
85
86
87
88
89
90
include ../m5stack/include/files.mk
91
0 commit comments