This commit is contained in:
2021-03-25 10:58:51 +01:00
parent 44696c4d97
commit 1a03fdb9da
4 changed files with 19 additions and 0 deletions

View File

@ -5,4 +5,5 @@ idf_component_register(SRCS "app_main.c"
"timesync.c"
"sha256.c"
"sinkSender.c"
"version.c"
INCLUDE_DIRS ".")

2
src/main/version.c Normal file
View File

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