Skip to content

Commit a68c1cf

Browse files
committed
switch from sandbox to rosflight
1 parent 456c15f commit a68c1cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards/varmint_h7/varmint_11X/specific/BoardConfig.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040

4141
#include <CommonConfig.h>
4242

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.
43+
#define SANDBOX false
44+
#define BOARD_STATUS_PRINT false
45+
#define USE_TELEM 0 // 1 = use UART, 0 = use VCP for link to companion computer.
4646

4747
// UART used for printf's
4848
#define MISC_HUART (&huart2)

0 commit comments

Comments
 (0)