mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
Fixes CAN devices in C++ library not showing in the livewindow
Change-Id: I47a9d6370b4b2573272881258d4bb46aa149bed0
This commit is contained in:
committed by
Peter Johnson
parent
e15ca5a414
commit
1c6fe85a7b
@@ -1852,7 +1852,7 @@ void CANTalon::UpdateTable() {
|
||||
if (m_table != nullptr) {
|
||||
m_table->PutString("~TYPE~", "CANSpeedController");
|
||||
m_table->PutString("Type", "CANTalon");
|
||||
m_table->PutString("Mode", GetModeName(m_controlMode));
|
||||
m_table->PutNumber("Mode", m_controlMode);
|
||||
m_table->PutNumber("p", GetP());
|
||||
m_table->PutNumber("i", GetI());
|
||||
m_table->PutNumber("d", GetD());
|
||||
|
||||
Reference in New Issue
Block a user