- 15 Aug, 2015 2 commits
- 11 Aug, 2015 7 commits
-
-
Dominic Clifton authored
-
Dominic Clifton authored
Merge branch 'rx_sumd_added_crc_check' of https://github.com/ProDrone/cleanflight into ProDrone-rx_sumd_added_crc_check Conflicts: src/main/rx/sumd.c
-
Dominic Clifton authored
RX - Corrections to RX fail detection, hold and preset, when using a PWM connection
-
ProDrone authored
Because a required change for PWM disturbed the PPM mode.
-
Dominic Clifton authored
Add ability to get/set mag calibration data
-
Dominic Clifton authored
Modified VBatt functionality to enable better precision.
-
Dominic Clifton authored
RX - SUMD channels are received as 16 bit values instead of 32
-
- 08 Aug, 2015 3 commits
-
-
ProDrone authored
Officially the CRC check is part of the SUMD protocol. Framing errors are already covered and i expect these to occur around the same time as CRC errors, so i am not sure if someone will ever notice the difference...
-
ProDrone authored
Logic for valid flightchannel detection is inverted in order to detect the first flightchannel failure instead of waiting to check them all. Clear PWM channel capture on read. This invalidates the control channels on read. They are validated by receiving a good value BEFORE the aux channels are received. This is done because control channels configures to go OFF on failsafe are detected with a PWM capture time-out. Time-out took so long that all aux channels where overwritten by their RX configured failsafe values BEFORE the invalid (=OFF) control channel was detected.
-
ProDrone authored
Preserve 32 bytes of RAM.
-
- 07 Aug, 2015 1 commit
-
-
Dominic Clifton authored
GPS speed was 10x too big on frsky telemetry
-
- 06 Aug, 2015 1 commit
-
-
Andre Bernet authored
-
- 05 Aug, 2015 2 commits
-
-
EvilBadger authored
-
Dominic Clifton authored
-
- 04 Aug, 2015 3 commits
-
-
Dominic Clifton authored
-
Dominic Clifton authored
The result was that RSSI and Current were transposed when both were used together.
-
Dominic Clifton authored
Note: Only early prototypes had the smaller flash.
-
- 03 Aug, 2015 20 commits
-
-
Dominic Clifton authored
-
Dominic Clifton authored
Rename VBAT_DETECT to VBATT_PRESENT_THRESHOLD_MV. Add two tests that show the two timing patterns that are in use in the codebase.
-
DarkVegetableMatter authored
-
Dominic Clifton authored
-
Dominic Clifton authored
Note: since it didn't actually calibrate anything it has been renamed to rxrange. Added ability to reset rxranges using `rxrange reset` - this follows the same pattern as other cli commands.
-
Dominic Clifton authored
https://github.com/digitalentity/cleanflight into digitalentity-rc-calibration Conflicts: docs/Rx.md src/main/io/serial_cli.c src/main/rx/rx.c src/main/rx/rx.h
-
Dominic Clifton authored
-
Dominic Clifton authored
-
Dominic Clifton authored
Add pause/resume switch support to Blackbox
-
Dominic Clifton authored
Change cmix to mmix on one line
-
Dominic Clifton authored
Minor typo fixing in doc building
-
Dominic Clifton authored
-
stuphi authored
-
Dominic Clifton authored
-
Dominic Clifton authored
specific value when RX loss is detected. Tested with SBus, PWM & PPM.
-
Dominic Clifton authored
-
Dominic Clifton authored
-
https://github.com/ProDrone/cleanflightDominic Clifton authored
Merge branch 'preset_rx_channels' of https://github.com/ProDrone/cleanflight into ProDrone-preset_rx_channels
-
Dominic Clifton authored
(Thanks Robert Coppock)
-
Chris Mavrakis authored
Renamed build docs script reference, removed extraneous sudo, fixed minor format flaw in build_docs.sh.
-
- 31 Jul, 2015 1 commit
-
-