mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
[hal,wpilib] Update documentation for getComments (NFC) (#4879)
This commit is contained in:
@@ -48,6 +48,9 @@ public final class RobotController {
|
||||
/**
|
||||
* Return the comments from the roboRIO web interface.
|
||||
*
|
||||
* <p>The comments string is cached after the first call to this function on the RoboRIO - restart
|
||||
* the robot code to reload the comments string after changing it in the web interface.
|
||||
*
|
||||
* @return the comments from the roboRIO web interface.
|
||||
*/
|
||||
public static String getComments() {
|
||||
|
||||
Reference in New Issue
Block a user