minimosd-extra icon indicating copy to clipboard operation
minimosd-extra copied to clipboard

OT- Min Voltage Warning(v) limited to 25.5 - request for 28v for 8s

Open bionicbone opened this issue 7 years ago • 1 comments

Issue details

Unable to set the "Min Voltage Warning(v)" value to something greater than 25.5. I fly 8s so really could do with a value greater that 28v if possible on your next build.

Version

OT 2.4.1.5 r935DV

Board type

N/A but miniOSD

How "canonical" OSD firmware works?

[ ] Works fine [ ] The same bug [ ] Not applicable [ X ] Not tested

TLOG and OSD

Please provide a links to a relevant screenshot/video, TLOG and OSD files that show the issue N/A

bionicbone avatar Nov 21 '17 16:11 bionicbone

voltage stored in byte/10 so 255 is a maximal value. Feel free to do a PR if you will redesign all warning treshholds to int16_t/100, which gives limit +-327.65 which seems enough for all needs

BTW [ X ] Not tested - the reason to refuse any issue

night-ghost avatar Nov 23 '17 11:11 night-ghost