Skip to content

Releases: tessel/t1-firmware

v0.2.0

18 Feb 03:58
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Adds async capability to pin methods for compatibility with T2
  • Fixes bug in GPS date setting

v0.1.16

29 Sep 19:37
Compare
Choose a tag to compare
  • Switch JSON library to rapidjson
  • Include neopixel support in the main firmware
  • Node compatibility improvements:
    • RegExp.exec / String.match
    • encodeURI and decodeURI
    • Stack trace API
    • Array.prototype.sort
  • zlib bugfixes

v0.1.10

29 Jul 22:23
Compare
Choose a tag to compare
  • Improves Audio Quality on Line-In Recordings from the Audio module
  • Fixes a SPI Lock issue that caused SDCard to error out
  • Node compatibility improvements:
    • regular expression bug fixes
    • fromCharCode accepts multiple arguments
    • two’s complement in Buffer creation/writing
    • Array.prototype.every is implemented