Skip to content

Releases: tessel/t1-cli

2014-05-12 Release

13 May 02:29
Compare
Choose a tag to compare
2014-05-12 Release Pre-release
Pre-release
  • Important: changes the syntax of deploying to Tessel. In order to deploy to RAM and view output from Tessel, use tessel run [script]. In order to deploy to Flash and have the same program run when you reset the board, use tessel push [script]. If you would like to remove the code from Flash, run tessel erase.
  • Fixes a bug where output was closed even when GPIO Interrupts were pending.