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 89b4d52 commit da9c1c3Copy full SHA for da9c1c3
examples/lora/sensor-lorawan/Makefile
@@ -24,3 +24,12 @@ endif
24
EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR)/RadioLib
25
26
include $(TOCK_USERLAND_BASE_DIR)/AppMakefile.mk
27
+
28
+# Protect from the (unlikely) case where the app happens to have been
29
+# built from an unrelated `build all` event, but now the user is trying
30
+# to flash the app with an invalid configuration.
31
+flash: radioConfig.h
32
33
+program: radioConfig.h
34
35
+install: radioConfig.h
0 commit comments