Boboter
Loading...
Searching...
No Matches
flags.h
Go to the documentation of this file.
1
7
8#pragma once
9
13namespace Flags {
22 constexpr bool ENABLE_TEST_MODE = false;
23
28 constexpr bool ENABLE_COLOR_LOGGING = true;
29}
A namespace containing flags for configuring the firmware.
Definition flags.h:13
constexpr bool ENABLE_TEST_MODE
Enable the robot's test mode.
Definition flags.h:22
constexpr bool ENABLE_COLOR_LOGGING
Enable logging in color over the serial console.
Definition flags.h:28