Skip to content

Commit 8013a3a

Browse files
committed
switched from sandbox to rosflight mode
1 parent e7a97a6 commit 8013a3a

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)