2025-Robot
Robot code for 2025 FRC season by Argos, FRC team #1756
Loading...
Searching...
No Matches
feature_flags.h
Go to the documentation of this file.
1
4
5#pragma once
6
7namespace feature_flags {
8 constexpr bool nt_debugging = false;
9 constexpr bool drive_nt_tuning = false;
10} // namespace feature_flags
Definition feature_flags.h:7
constexpr bool nt_debugging
Enable output to smart dashboard for debugging.
Definition feature_flags.h:8
constexpr bool drive_nt_tuning
Enable network table monitors for drive tuning.
Definition feature_flags.h:9