Skip to content

Instantly share code, notes, and snippets.

@scottlingran
Last active August 29, 2015 14:04
Show Gist options
  • Save scottlingran/63837c57d50e33d4c5c1 to your computer and use it in GitHub Desktop.
Save scottlingran/63837c57d50e33d4c5c1 to your computer and use it in GitHub Desktop.
var client = require("client")
client.on("navdata", function(data) {
if (condition === true) {
FlightController.doCoolStuff(data)
} else {
FlightController.reset()
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment