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 21d934f commit 33d0765Copy full SHA for 33d0765
src/shared/secretsService.h
@@ -1,10 +1,10 @@
1
#pragma once
2
3
-// pun intended.
+// pun intended.
4
5
-// CI and other pipelines need something to work with, using the template should be fine.
+// CI and other pipelines need something to work with, using the template should be fine.
6
#ifdef CI_BUILD
7
-#pragma message(-- CI Build, mocking secrets --)
+#pragma message("-- CI Build, mocking secrets --")
8
#include "secrets_template.h"
9
#else
10
#include "secrets.h"
src/shared/serialWrapper.h
@@ -4,6 +4,7 @@
//#include <SafeString.h>
#ifdef DEBUG
+#pragma message("-- DEBUG Build, enabling serial output --")
const bool USE_SERIAL = true;
const bool USE_SERIAL = false;
0 commit comments