Releases: SampleEnvironment/LHe-Level-Meter
Releases · SampleEnvironment/LHe-Level-Meter
v1.224
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.6and newer
Bug Fixes:
- Xbee association fix by @Bilchreis in #11
- fixed a small bug, where if the Levelmeter was in the
NO NETWORKstate and was moved to a new coordinator, the first connection attempt would fail. Pressingconnonce more would establish a connection to the server.
- fixed a small bug, where if the Levelmeter was in the
- fixed diag pulse cursor by @Bilchreis in #19
- the cursor can now reach both ends of the curve, without padding
- added battery check in pulse display by @Bilchreis in #21
- 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
- @Bilchreis made their first contribution in #5
Full Changelog: v1.222...v1.224