Skip to content

Firmware v1.3.0

Compare
Choose a tag to compare
@tjko tjko released this 05 Mar 23:12
· 132 commits to main since this release
a035e00
  • Update to Pico SDK v1.5.0 (should improve WiFi stability)
  • Support specifying (OLED) display brightness and inverting or flipping the display upside down (see SYS:DISP).
  • Add support for filtering signals (PWM and Temperature)
    • Filters added:
      • Lossy Peak Detector
      • Simple Moving Average (SMA)
    • New commands:
      • SYS:FANx:FILTER
      • SYS:FANx:FILTER?
      • SYS:MBFANx:FILTER
      • SYS:MBFANx:FILTER?
      • SYS:SENSORx:FILTER
      • SYS:SENSORx:FILTER?
  • Include calculated PWM signal for temperature sensors in CSV and JSON output
    on the web interface.
  • Other new commands:
    • SYS:UPTIme?
    • SYS:WIFI:STATS? (only in Debug builds)
    • SYS:MEM?

Full Changelog: v1.2.1...v1.3.0