We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 174f9a2 + 7e6b65b commit 41270ffCopy full SHA for 41270ff
3 files changed
.github/workflows/ci.yaml
.gitignore
@@ -10,7 +10,7 @@ debug.cfg
10
esp32.vsd
11
esp32s3.svd
12
13
-# Build and Output Folders
+# Build, Logs and Output Folders
14
build/
15
data/
16
logs/
@@ -37,4 +37,4 @@ SomfyController.ino.esp32s2.bin
37
38
# Temporary and Backup Files
39
*.orig
40
-*.bak
+*.bak
src/ConfigSettings.h
@@ -5,6 +5,7 @@
5
#ifndef configsettings_h
6
#define configsettings_h
7
#include "WResp.h"
8
+
9
#ifndef FW_VERSION
#define FW_VERSION "v0.0.0" // Fallback if app_version.py script fails
#endif
0 commit comments