frc1418 / 2015-ui

Team 1418's Driver Station code for 2015. DEPRECATED, use https://github.com/FRCDashboard/FRCDashboard
Apache License 2.0
7 stars 5 forks source link

Escape SmartDashboard values better #53

Closed virtuald closed 9 years ago

virtuald commented 9 years ago

Here's a solution to your SD values that have problems in them -- this uses encode/decodeURIComponent to do the work for you, which should be pretty fast and makes the variables easy to understand.

http://jsfiddle.net/n1117h5p/

virtuald commented 9 years ago

This should be solved by switching to pynetworktables2js.