[glass] Update Speed Controller Type name for 2022 WPILib (#3952)

This commit is contained in:
sciencewhiz
2022-01-21 21:30:44 -08:00
committed by GitHub
parent 42908126b9
commit 46b277421a

View File

@@ -16,7 +16,7 @@
namespace glass {
class NTSpeedControllerModel : public SpeedControllerModel {
public:
static constexpr const char* kType = "Speed Controller";
static constexpr const char* kType = "Motor Controller";
explicit NTSpeedControllerModel(std::string_view path);
NTSpeedControllerModel(NT_Inst instance, std::string_view path);