You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Disable periodic On/Off reports for GPIO outputs" option in the "Expert" tab is not preserved between settings save and read.
Steps to reproduce:
run FirmwareConfig.exe
tick "Disable periodic On/Off reports for GPIO outputs" checkbox in "Expert" tab
click "Save settings to a file" and save as test.ini
click File / Reset to defaults (optional, the issue raises anyway)
click File / Read settings from a file and load test.ini
The option will be shown as unchecked in the "Expert" tab. Additionally, I don't see any mention of the option in the produced ini file. This may be the cause of the problem (not written at save time).
The text was updated successfully, but these errors were encountered:
[-][All chips] Reporting of ADC value (raw) was fixed.
[-][All chips] Manual reading of the UART sensor analog value did not work (#309).
[-][All chips] The firmware no longer returns an error when the higher-level system tries to set the periodic report interval while this function is disabled in the configuration. It simply ignores it quietly.
[+][All chips] Added binding capability to a group when the PTVO device is the command source (#156).
[*][CC2530] HC-SR04 sensor is now unavailable in the router mode.
[-][Configurator] The "Disable periodic On/Off reports" option was not saved (#310).
[-][Configurator] Configuration for outputs 8-16 was not loaded correctly from the file.
[*][Configurator] Other minor improvements.
Hello,
The "Disable periodic On/Off reports for GPIO outputs" option in the "Expert" tab is not preserved between settings save and read.
Steps to reproduce:
FirmwareConfig.exe
test.ini
test.ini
The option will be shown as unchecked in the "Expert" tab. Additionally, I don't see any mention of the option in the produced ini file. This may be the cause of the problem (not written at save time).
The text was updated successfully, but these errors were encountered: