Skip to content

v0.1.2

Compare
Choose a tag to compare
@MauAbata MauAbata released this 22 Oct 21:28

Installation Instructions

  1. Download the update.bin file linked underneath this description.
  2. Save this to your device's Micro SD card. Do not change the file name.
  3. Turn on your device and click "Update" in the Main Menu.
  4. As your device reboots, verify the version number in the bottom left of the boot screen matches this software version (0.1.2)

Bugs Fixed

  • Fixed an issue with sensor sensitivity not actually updating until device reboot
  • Fixed an issue with settings not saving when config.json is not present on the SD card

New Features

  • Added restart command to serial console
  • Added live pressure reading to sensor sensitivity adjustment UI
  • Added file manipulation (cd, dir, cat) commands to serial console
  • Enabled I2C slave mode via expansion port
  • Added list command to serial console
  • Pretty print JSON config file when saving

Technical Stuff

  • UIInput now has setPollPeriod(int period_ms) member to enable live redraw polling
  • UIInput now has getSecondaryValue(int current_value) -> int member to draw a second chart
  • Config linter to ensure config values have appropriate references: bin/config_lint.rb