This commit is contained in:
Wolfgang Hottgenroth 2021-03-25 11:04:50 +01:00
parent cb96432b90
commit 51122a0705
Signed by: wn
GPG Key ID: E49AF3B9EF6DD469
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
src/build/
src/main/version.c
config.csv
config.bin

View File

@ -1,2 +0,0 @@
#include <stdint.h>
const uint32_t APP_VERSION = 0x2a4c89ae;