kawal547 / open9x

Automatically exported from code.google.com/p/open9x
0 stars 0 forks source link

Timer Minute beeps/voice/flash on beep not working #203

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which board (stock / gruvin9x / sky9x) are you using?

stock with Atmega128

What is your open9x FW version?

Latest from SVN

What is your open9x EEPROM version?

What steps will reproduce the problem?
1.set timer to count down with throttle 
2.
3.

What is the expected output? What do you see instead?

It hould announce the minutes every minute and the backlight should flash?
and nothing happens.. it does announce the last 30, 20 and 10 seconds.
Also the "flash on beep" option is not in the general settings menu.

Please provide any additional information below.

Original issue reported on code.google.com by joaoalve...@googlemail.com on 19 Feb 2013 at 8:19

GoogleCodeExporter commented 8 years ago

Original comment by bson...@gmail.com on 19 Feb 2013 at 10:18

GoogleCodeExporter commented 8 years ago
Flash on Beep is in RADIO SETUP / Backlight / Alarm

Original comment by bson...@gmail.com on 20 Feb 2013 at 9:40

GoogleCodeExporter commented 8 years ago
There is an incoherency in er9x and open9x today here. When the timer is in 
count down mode, we beep at each minute from the start, not from the end. So ...

So ... let's imagine this timer: Timer 1 ... ABS ... 01:31 

- start at 01:31
- beep (or speak) at 00:31 (one minute expired)
- beep at 00:30 (30 seconds remaining)
- next beeps are ok

It seems to me that it should:

- start at 01:31
- beep (or speak) at 01:00 (one minute remaining)
- beep at 00:30 (30 seconds remaining)
- next beeps are ok

Original comment by bson...@gmail.com on 20 Feb 2013 at 10:01

GoogleCodeExporter commented 8 years ago

Original comment by bson...@gmail.com on 20 Feb 2013 at 11:18