|
Boboter
|
A namespace containing flags for configuring the firmware. More...
Variables | |
| constexpr bool | ENABLE_TEST_MODE = false |
| Enable the robot's test mode. | |
| constexpr bool | ENABLE_COLOR_LOGGING = true |
| Enable logging in color over the serial console. | |
| constexpr esp_log_level_t | LOWEST_LOG_LEVEL = ESP_LOG_VERBOSE |
| Enable logging of debug messages. | |
| constexpr uint32_t | ENABLED_VERBOSE_LOG_SOURCES = LOG_SOURCE_DEVICE_IMU |
| Enable specific modules to output verbose logs. | |
| constexpr bool | ENABLE_DISPLAY = true |
| Enables the SSD1306 OLED display. | |
| constexpr bool | ENABLE_BUZZER = true |
| Enables the buzzer. | |
| constexpr bool | ENABLE_IMU = true |
| Enables the MPU6050 IMU and DMP. | |
A namespace containing flags for configuring the firmware.
|
constexpr |
Enables the buzzer.
false
|
constexpr |
Enable logging in color over the serial console.
true
|
constexpr |
Enables the SSD1306 OLED display.
false
|
constexpr |
Enables the MPU6050 IMU and DMP.
false
|
constexpr |
Enable the robot's test mode.
false This disables most of the robot's tasks and enables a special test task, which goes through most of the robot's devices and tests them one by one.
|
constexpr |
Enable specific modules to output verbose logs.
LOG_SOURCE_NONE
|
constexpr |
Enable logging of debug messages.
ESP_LOG_INFO