Quote:
Originally Posted by Ti-Gars
Is "filename" a variable in your code, or am I supossed to write something specific? If I only write filename, eclipse is showing me an error
|
I'm Quoting from
https://github.com/WPIRoboticsProjec...va-FRC-program
In my code I created a variable to String filename = "myGripProgram.grip"; There is no documentation on how or why to do this I just assumed. It hasn't work for me yet.