Skip to content

Commit 9a7c200

Browse files
committed
sandbox and board stats set to false
1 parent c74ecf8 commit 9a7c200

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

boards/varmint_h7/pixracer_pro/specific/BoardConfig.h

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

4141
#include "CommonConfig.h"
4242

43-
#define SANDBOX true
44-
#define BOARD_STATUS_PRINT true
43+
#define SANDBOX false
44+
#define BOARD_STATUS_PRINT false
4545
#define USE_TELEM 0 // 1 = use UART, 0 = use VCP for link to companion computer.
4646

4747
// UART used for printf's

boards/varmint_h7/varmint_10X/specific/BoardConfig.h

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

4141
#include "CommonConfig.h"
4242

43-
#define SANDBOX true
44-
#define BOARD_STATUS_PRINT true
43+
#define SANDBOX false
44+
#define BOARD_STATUS_PRINT false
4545
#define USE_TELEM 0 // 1 = use UART, 0 = use VCP for link to companion computer.
4646

4747
// UART used for printf's

boards/varmint_h7/varmint_11X/specific/BoardConfig.h

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

4141
#include <CommonConfig.h>
4242

43-
#define SANDBOX true
44-
#define BOARD_STATUS_PRINT true
43+
#define SANDBOX false
44+
#define BOARD_STATUS_PRINT false
4545
#define USE_TELEM 0 // 1 = use UART, 0 = use VCP for link to companion computer.
4646

4747
// UART used for printf's

0 commit comments

Comments
 (0)