We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456c15f commit a68c1cfCopy full SHA for a68c1cf
boards/varmint_h7/varmint_11X/specific/BoardConfig.h
@@ -40,9 +40,9 @@
40
41
#include <CommonConfig.h>
42
43
-#define SANDBOX true
44
-#define BOARD_STATUS_PRINT true
45
-#define USE_TELEM 1 // 1 = use UART, 0 = use VCP for link to companion computer.
+#define SANDBOX false
+#define BOARD_STATUS_PRINT false
+#define USE_TELEM 0 // 1 = use UART, 0 = use VCP for link to companion computer.
46
47
// UART used for printf's
48
#define MISC_HUART (&huart2)
0 commit comments