PlayUAV / PlayuavOSD

A Graphical OSD for FPV
http://en.playuav.com
GNU General Public License v3.0
68 stars 61 forks source link

Armed state timer reset error #18

Closed roque-canales closed 9 years ago

roque-canales commented 9 years ago

Timer reset each time we disarm drone, could you please remove reset of timer each time we disarm?

Idea is to watch total time in the air so in armed state with the same lipo....

ghost commented 9 years ago

There are three options for timer. You can set the "Time_Type" with CT. 0: counting from power on 1: counting from last MAVLINK heartbeat 2: counting from armed

roque-canales commented 9 years ago

Ok, but I want total armed time with one battery.

So I can arm, fly and disarm, then refly and disarm.

And now is reseting timer each time we disarm...

When disarmed timer is paused, and when re arm timer re star count.

You can make that? I think is just remove reset when drone is disarm, but just pause count.

ghost commented 9 years ago

Got it. Just make a test firmware. Please try it. http://www.playuav.com/download/playuavosd/prerelease/PlayuavOSD_armedtime.hex

BTW, there are some issues reported by you. If the issue be fixed, please let me know so I can close them. Or you can close them by yourself. Thank you.

roque-canales commented 9 years ago

GJob, perfect, you got it! Thanks