1
mirror of https://github.com/rvdbreemen/OTGW-firmware synced 2024-11-16 04:33:49 +01:00

config .gitignore

This commit is contained in:
Robert van den Breemen 2023-02-11 13:29:19 +01:00
parent 867432a904
commit 997e93749d
2 changed files with 10 additions and 7 deletions

3
.gitignore vendored
View File

@ -6,3 +6,6 @@ package-lock.json
.DS_Store
**/.DS_Store
Arduino/**
staging/**
libraries/**
arduino-cli.yaml

View File

@ -2,15 +2,15 @@
#define _VERSION_MAJOR 0
#define _VERSION_MINOR 10
#define _VERSION_PATCH 1
#define _VERSION_BUILD 2044
#define _VERSION_GITHASH "db010f2"
#define _VERSION_BUILD 2045
#define _VERSION_GITHASH "867432a"
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
#define _VERSION_DATE "11-02-2023"
#define _VERSION_TIME "09:30:33"
#define _VERSION_TIME "13:28:19"
#define _SEMVER_CORE "0.10.1"
#define _SEMVER_BUILD "0.10.1+2044"
#define _SEMVER_GITHASH "0.10.1+db010f2"
#define _SEMVER_FULL "0.10.1+db010f2"
#define _SEMVER_BUILD "0.10.1+2045"
#define _SEMVER_GITHASH "0.10.1+867432a"
#define _SEMVER_FULL "0.10.1+867432a"
#define _SEMVER_NOBUILD "0.10.1 (11-02-2023)"
#define _VERSION "0.10.1+db010f2 (11-02-2023)"
#define _VERSION "0.10.1+867432a (11-02-2023)"
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver