mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[ntcore] NetworkTables 4 (#3217)
This commit is contained in:
@@ -187,7 +187,7 @@ void IterativeRobotBase::LoopFunc() {
|
||||
|
||||
// Flush NetworkTables
|
||||
if (m_ntFlushEnabled) {
|
||||
nt::NetworkTableInstance::GetDefault().Flush();
|
||||
nt::NetworkTableInstance::GetDefault().FlushLocal();
|
||||
}
|
||||
|
||||
// Warn on loop time overruns
|
||||
|
||||
Reference in New Issue
Block a user