Page 1 of 1

Timeout-Timer

Posted: Fri Aug 06, 2021 12:55 am
by W9YA
Setting the "TimeoutTimer" to "OFF" in the menu actually sets it to ten seconds. Verified by looking at the json outputs. (Value is multiplied by 10x.)

Re: Timeout-Timer

Posted: Fri Aug 06, 2021 3:24 am
by MM7DBT
It is a known issue that has been fixed in the latest code, I just haven't uploaded a new build as there is unfinished code that I haven't had time to complete due to a lot of overtime at work with 12-15 hour shifts :)

It's taken from the listbox index + 1. e.g Item index 0 is OFF and index 1 is 20 seconds. By adding 1 to the index gives the correct value but just needed to check if it was OFF then set it to 0 rather that 1.