Release F from 14.01.2022

This commit is contained in:
Carsten Schmiemann 2022-02-15 03:09:57 +01:00
parent 2b95a2289e
commit 18b09531c5
11 changed files with 25 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,23 @@
* Bug fixes
... Calibration menu: The rotation of the encoder in any direction worked only as increment value.
... "EN" pin of the WiFi module unexpectedly was reset (reset to LOW), and therefore the WiFi module could (should) not work, but surprisingly continued to work without any problems. Therefore, I did not see any error until I was faced with the fact that the WiFi module did not work on the RD6006P, despite the fact that the source code is the same.
... The pop-up MemHint blocked the SHIFT/MEM/I-SET/V-SET buttons (need to wait until it hides).
+ Now, Temperature designated as a capital "T", and the time as a lowercase "t". (it was opposite).
+ In the menu (except for the calibration menu), you can now use a digital keyboard to enter values. ENTER completes the input.
+ For the UP and DOWN buttons, auto-repeat is implemented. (press and hold)
+ menu "--- Power Settings ---" added new option "CC Delay Off" (to disable delay of CC right after Output Enable).
+ In options "USB Interface" and "UART Baudrate" now can choose baud rate up to 1000000.
... NOTE!!! For "USB Interface", baud rate higher than 115200 will not work!!! The speed is restricted by the isolator IC π122U31. This IC can be replaced by the faster ones: ISO7221A, ADuM1201ARZ (Both tested). Using baud rate 1000000, reading dump of the screen takes around 2 seconds.
+ Added the ability to configure WiFi module (SETUP: SSID, PASSWORD, IP) via USB interface
...... NOTE!!! To work this function you must change "UART Interface" to OFF, and disable output! WiFi module tries to (re)connect to the AP with entered SSID and Password, what (in my case) takes more than 20 seconds, and this time PSU will be freezed and no react.
* Updated RDFlasher
+ Added support for baud rates above 115200.
+ Added button "Sync Time" to synchronize time.
+ Added button "Config WiFi" (if the function is supported by firmware> = 1f).
+ Remembers the selected settings (port, speed, address, window position)
* Updated RDScreenDumper
+ Added support for baud rates above 115200.
+ Remembers the selected settings (port, speed, address, window position)