Ftc Dashboard Versions Save

React-based web dashboard designed for FTC

v0.3.6

4 years ago

Changes:

  • Add web server status information and OpenRC Extreme Turbo note (to mitigate issues like #14)
  • Prevent crash when RC is started via hardware attachment (#11)

v0.3.5

4 years ago

Changes:

  • Fixes #15

v0.3.4

4 years ago

Changes:

  • Add new SKYSTONE field image

v0.3.3

4 years ago

WARNING: Old v0.3.3 Bintray artifacts were built with an improper host env variable. To fix this, either purge your local Gradle cache or upgrade to v0.3.4.

Changes:

  • Seamless integration with CameraStreamSource in SDK v5.1
  • Allow rotation of the camera view
  • Batch telemetry packets for more graph points
  • Replace config.json with .env
  • Fix graphing runaway requestAnimationFrame() bug

v0.3.2

4 years ago

Changes:

  • Add polyfill for CanvasRenderingContext2D.currentTransform on Chrome (fixes #6)

v0.3.1

4 years ago

Changes:

  • Bump FTC SDK to v5.0 in preparation for SkyStone
  • Minor tweaks to canvas rendering

v0.3.0

5 years ago

Changes:

  • Add dashboard connection status on the RC screen
  • Add menu option to enable/disable the dashboard
  • Add gamepad support
  • Overhaul config variables
  • Make graph window configurable
  • Fix op mode stop race condition

v0.2.4

5 years ago

Changes:

  • Make hostname dynamic by default

v0.2.3

5 years ago

Changes:

  • Increase default telemetry transmission interval
  • Fix bug with OpMode selection across app restarts
  • Allow trailing slash in dash URI

v0.2.2

5 years ago

Changes:

  • Fix bug involving the handling of enum and boolean options