1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-21 15:25:17 +03:00

NMEA and ARDUPILOT code ported from er9x

DSM2(PPM) bug fixed
Flash saving
PCBV3 removed
One delay_us(7) removed
BEEPSPKR becomes AUDIO
This commit is contained in:
bsongis 2012-01-27 18:58:59 +00:00
parent 5b1bad8705
commit e6d8648074
20 changed files with 1895 additions and 380 deletions

View file

@ -102,7 +102,7 @@ int16_t checkIncDec(uint8_t event, int16_t val, int16_t i_min, int16_t i_max, ui
if(newval != val){
if(newval==0) {
pauseEvents(event); // delay before auto-repeat continues
if (newval>val) // TODO check if without BEEPSPKR it's optimized!
if (newval>val) // TODO check if without AUDIO it's optimized!
AUDIO_KEYPAD_UP();
else
AUDIO_KEYPAD_DOWN();