Skip to content

Releases: tessel/t1-cli

2014-05-12 Release

2014-05-12 Release Pre-release
Pre-release

Choose a tag to compare

@johnnyman727 johnnyman727 released this 13 May 02:29
  • 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.