We commented out the following line in my Robot.java:
// SmartDashboard.putNumber("Distance (volts)", RangeSensor_Subsystem.getVoltage());
// SmartDashboard.putNumber("Distance (real)", RangeSensor_Subsystem.getDistance());
In my Smartdashboard, we remove the 2 object that were displayed… then File/Save… we also close the Smartdashboard and save layout on exit.
If we re-open, those entry show up again… How can we get rid of them permanently?