Skip to content

Releases: SampleEnvironment/LHe-Level-Meter

v1.224

08 Jan 10:38
c54c69f

Choose a tag to compare

What's Changed

New Features:

  • R span r zero by @Bilchreis in #12
    • current values for r_span and r_zero are sent by the LVM before transmitting pulsedata (message code 33)
    • the r calibration parameter messages are correctly parsed in HeMgmt version 2.14.6 and newer

Bug Fixes:

  • Xbee association fix by @Bilchreis in #11
    • fixed a small bug, where if the Levelmeter was in the NO NETWORK state and was moved to a new coordinator, the first connection attempt would fail. Pressing conn once more would establish a connection to the server.
  • fixed diag pulse cursor by @Bilchreis in #19
  • the cursor can now reach both ends of the curve, without padding
  • pulse display automatically exits when critical battery is reached
  • recaluclate batt and he level upon options exit by @Bilchreis in #22
    • batt level and he level are recalulated fom cached adc readings from the last measurement upon options exit. So if r_min, r_max (he-level) and batt_min, batt_max (battery level) were changed, in the optins menu, the corrected values are displayed in the main menu without needing to trigger another measurement
  • fixed timeout inconsistencys with diag pulse/select menu by @Bilchreis in #23
    • every menu now has timeouts after which it exits to the main window (only exceptin is the diag window, it exits only on critical battery)
    • when exiting to the main window due to timeout or critical battery level any changed options are not sent to the db server
    • any changed options are still saved to EEPROM though
  • removed padding for disp3000 version in diag pulse by @Bilchreis in #24

New Contributors

Full Changelog: v1.222...v1.224

v1.222

02 Dec 09:06

Choose a tag to compare

  • Eeprom Invalid message is now dispayed on errvery startup, until the user entered calibration once
  • fixed bug in filling mode (autofill enable indicator)

v1.221

14 Nov 13:58

Choose a tag to compare

Features:

  • added GET_SC_MASK Op code

BugFix:

  • fixed flickering pressure and coord identifier during filling mode

v1.220

24 Oct 09:56

Choose a tag to compare

  • sc Mask sent from Server
  • sc Mask saved in eeprom
  • minor fixes
  • removed some build configurations

v1.219

23 Oct 17:11

Choose a tag to compare

  • lighter gray in connection indicators
  • added build configurations
  • remote pule messages are limited to 25 data points and five frames
  • fixed diag pulse stack overflow