Release E from 13.11.2021

This commit is contained in:
Carsten Schmiemann 2022-02-15 03:08:03 +01:00
parent 39293b9351
commit 2b95a2289e
11 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,2 @@
If the flasher fails to identify the device,
it will look for firmware files in this directory.

Binary file not shown.

View File

@ -0,0 +1,56 @@
+ With the "Green Output" option enabled (previously "GreenTerm=>Out"),
Temperature/MEM/SHIFT are displayed in GREEN (no space for a separate icon).
+ Show window size on Graph Display Layout.
+ Added a calibration menu (similar to the software on a computer). The password is the same!
(at the bottom of this menu, there is a text line with CW/CCW counters, these are for testing the Encoder.
The counters are reset with UP/DOWN buttons. I did it just for myself, but decided to leave it as is.)
How to use:
Enter the password, press (ENTER)
If the password is correct, the calibration menu will be displayed.
There are all the necessary parameters (including Back V-BAT and BackInput which are unavailable in software).
After selecting a parameter, the corresponding formula is displayed at the bottom of the display, according to which the firmware calculates the values.
The changes are applied immediately (in RAM), so you can see the result.
Click on (SHIFT)+(Dot) sets the selected parameter to the factory setting.
Select the desired action and press (ENTER) (!!! The cursor must be on the button !!!)
* NOP - No Operation (does nothing, exit the menu without resetting the password)
* CANCEL - Cancels all settings (loads current values from EEPROM)
* STORE - Stores current changes to EEPROM
* RESTORE - Restores factory calibrations (from a backup copy. Similar to holding the button (1) at power on).
Click on the encoder resets the password and closes the menu
(!!! Calibrations are not saved/restored. All changes will remain until reboot !!!)
+ menu "--- Power Settings ---"
+ Added option "Max V-SET" sets limit for V-SET.
+ menu "--- Display ---"
+ Added two parameters "Very Slow" and "ExtraSlow" to the "Update Rate" option, averaging the last 8 or 16 samples, respectively.
+ menu "--- Charge Batteries ---"
+ Added "AutoSetLayout" option to automatically switch Layout when a battery is detected (Charger Mode),
when the battery is disconnected, it will return to the previous Layout (unless you switched manually)
+ The "Home" menu has been slightly rebuilt, some options have been moved to separate groups:
@ "--- Appearance ---"
+ Added option "7SegInact.Elem" to disable highlighting of inactive elements in 7-Seg
@ "--- V-SET/I-SET/OVP/OCP/OPP ---"
# "Timeout" (бывшая "IVSet Timeout").
# "Save Mult.".
# "Skip Exit" (бывшая "SkipExitIVSet").
@ "--- Memory ---"
# "Hint" (previously "Mem Hint").
# "Confirmation" (previously "Take Ok").
# "Instant Out" (previously "Take Out").
# "SHIFT Table" (previously "ShiftMemTable").
@ "--- Buzzer ---"
+ Added option "PwrOnBeep" - sound when RD turned on.
+ duplicated "Comm Buzzer" option.
@ "--- Colors ---"
+ "ORP" - sets the ORP color in the status bar.
+ "Ah (L1)", "Wh (L1)" separately sets the color of the corresponding elements in Layout 1.
* Fixed bug with offset Ah\Wh lines in Layout 1.
* Fixed bug with Mem Hint popup overlapping confirmation dialog.
* Fixed bug with displaying I-OFF (RD6012, RD6018)