Michael Keller
7ce6f2688d
Merge pull request #9641 from hydra/bf-h7-linker-script-cleanup-1
2020-06-22 00:23:56 +12:00
Michael Keller
88cf45872f
Merge pull request #9632 from mikeller/improve_error_formatting
...
Improved styling of error messages in CLI.
2020-06-22 00:22:24 +12:00
Michael Keller
12f02a1f19
Merge pull request #9753 from mikeller/remove_mag_declination
...
Removed the unused setting 'mag_declination'.
2020-06-22 00:20:33 +12:00
Michael Keller
f18470b6f0
Merge pull request #9756 from mikeller/add_current_drawn_to_ltm
...
Added metric for consumption in mAh to LTM telemetry.
2020-06-22 00:20:21 +12:00
Michael Keller
b79a05dcc9
Merge pull request #9865 from mikeller/cleanup_altitude_estimation_output
...
Cleaned up the output of the altitude estimation.
2020-06-22 00:19:45 +12:00
Michael Keller
5fea4a89c7
Merge pull request #9867 from mikeller/cleanup_vario
...
Cleaned up 'getEstimatedVario()'.
2020-06-22 00:19:31 +12:00
Asizon
5e59c9e980
Add vbat sag to msp 1.44, revise dyn_idle
2020-06-21 08:13:06 +02:00
Michael Keller
7c50a3f364
Merge pull request #9900 from EggsBenedict/gps_rescue_altitude_buffer
2020-06-21 17:51:18 +12:00
Michael Keller
4b60b3ee4b
Merge pull request #9465 from Asizon/ffOptionsToMsp
2020-06-21 15:32:38 +12:00
Michael Keller
c0b23bbd76
Merge pull request #9475 from IllusionFpv/add-dterm-lpf-curve-to-msp
...
Added dterm configurable expo curve to MSP
2020-06-21 15:15:16 +12:00
Nicola De Pasquale
bddd7e37f6
added dterm configurable expo curve to MSP
2020-06-20 15:36:05 +02:00
MJ666
1aca26c1a3
Initial FrSky ACCST V2.1.x support
2020-06-18 17:52:19 +02:00
Asizon
4f38b40446
Move to Msp 1.44
2020-06-17 11:13:20 +02:00
Asizon
5058fba97d
FF Interpolate to MSP
2020-06-17 11:05:09 +02:00
eggsbenedict
84f4581e3e
Added back default altitude buffer of 15m and added altitude buffer back to MAX_ALT.
2020-06-14 08:06:00 -04:00
mikeller
d1ead96d18
Incremented release version to 4.3.0. Also incremented MSP version to 1.43 and removed release timeline from README.
2020-06-14 19:28:44 +12:00
eggsbenedict
2bdbd5a1b5
Eliminate changes to MAX_ALT, Default Buffer to 0
...
Removed changes to MAX_ALT and defaulted the buffer to 0 so that default operations on all modes is unchanged. Buffer only applies to CURR_ALT - but at all times.
2020-06-10 10:14:38 -04:00
eggsbenedict
f4060c8838
Update cms_menu_gps_rescue.c
...
Actually removing changes from OSD this time.
2020-06-09 16:13:10 -04:00
eggsbenedict
9ab2c5ba0b
Updating changes as requested.
...
Removal of OSD additions, reorganization of code to comply with BF coding practices.
2020-06-09 15:58:49 -04:00
mikeller
a1e753011e
Incremented EEPROM version before release.
2020-06-10 01:41:24 +12:00
eggsbenedict
e2b3cb0b86
addition of altitude buffer var
...
added a user configurable altitude buffer option for MAX_ALT and CURRENT_ALT rescue mode options.
2020-06-08 17:42:48 -04:00
mikeller
15114d0e43
Added the most common (reasonable) hardware settings to 'dump hardware'.
2020-06-07 12:57:30 +12:00
mikeller
5d112384ae
Fixed modes missing on startup.
2020-06-04 08:02:36 +12:00
Michael Keller
9718914fdf
Merge pull request #9873 from mikeller/fix_rangefinder
2020-06-03 23:40:26 +12:00
Michael Keller
f101a730a1
Merge pull request #9871 from mikeller/fix_resource_command
...
Fixed pin id parsing in CLI.
2020-06-03 23:37:18 +12:00
Michael Keller
621bb8ea55
Merge pull request #9876 from mikeller/fix_custom_defaults_header_parsing
...
Fixed parsing of over length custom default headers.
2020-06-03 07:08:25 +12:00
Michael Keller
9eb97ea78d
Merge pull request #9875 from mikeller/move_box_init_to_activate_config
...
Moved calculation of available boxes into 'activateConfig()' to avoid a reboot.
2020-06-03 07:06:33 +12:00
Michael Keller
dd261f823e
Merge pull request #9874 from mikeller/add_test_version_dump
...
Added Makefile target to dump compiler versions used to build tests.
2020-06-03 07:06:12 +12:00
Michael Keller
ad11592011
Merge pull request #9870 from mikeller/add_extended_custom_defaults_stm32f745
...
Moved custom defaults to dedicated block for STM32F745.
2020-06-03 07:05:21 +12:00
Michael Keller
026bae5c1f
Merge pull request #9864 from mikeller/fix_altitude_in_msp
...
Fixed altitude output in MSP.
2020-06-03 07:04:49 +12:00
Michael Keller
4d11a14efa
Merge pull request #9857 from etracer65/blackbox_sdcard_flush_header
...
Blackbox flush SD card sector cache after writing header and before logging starts
2020-06-03 07:02:39 +12:00
Bruce Luckcuck
f65c02c5e0
Blackbox flush SD card sector cache after writing header and before logging starts
...
The normal "flush" for SD card only queues a cache sector for writing and the actual sync to the media happens asynchronously. During this period the cache entry is not available until the write completes sometime later. So as the blackbox header fields were written they end up consuming the majority of the cache. A "flush" was made before actual logging starts, but the async writes were not completing fast enough to ensure available cache sectors for the actual logging. This resulted in the cache getting overwritten and corrupting the header.
Changed to wait until the sector cache completes writing to the media before starting the actual logging. This ensures that the logging has ample cache sectors.
Changes only affect SD card logging.
2020-06-01 13:15:00 -04:00
mikeller
4b5273c34e
Fixed parsing of over length custom default headers.
2020-06-01 23:08:18 +12:00
mikeller
9ed83cf67c
Moved calculation of available boxes into 'activateConfig()' to avoid a reboot.
2020-06-01 21:08:35 +12:00
mikeller
b05599fdb8
Added Makefile target to dump compiler versions used to build tests.
2020-06-01 15:30:18 +12:00
mikeller
4923057eb3
Fixed rangefinder reading.
2020-06-01 15:19:44 +12:00
mikeller
a09ddb5f4e
Fixed pin id parsing in CLI.
2020-06-01 13:01:45 +12:00
mikeller
f0c4f6a25a
Moved custom defaults to dedicated block for STM32F745.
2020-06-01 11:57:21 +12:00
mikeller
1812eee8fd
Cleaned up 'getEstimatedVario()'.
2020-05-31 14:14:58 +12:00
mikeller
6fcde6a6fb
Updated comments in 'smartport.c' to reflect the specification.
2020-05-31 14:10:24 +12:00
mikeller
4a833cdda7
Fixed altitude output in MSP.
2020-05-31 13:58:49 +12:00
mikeller
88e8842a17
Cleaned up the output of the altitude estimation.
2020-05-31 13:56:27 +12:00
mikeller
1d79cab143
Cleaned up separation of CRSF test code.
2020-05-31 12:12:53 +12:00
Michael Keller
6bada9c5e9
Merge pull request #9807 from mikeller/fix_osd_device_reporting
2020-05-28 01:19:04 +12:00
Michael Keller
23a9ea4ed0
Merge pull request #9810 from mikeller/fix_i2c_pin_ownership_check
2020-05-28 01:18:05 +12:00
Michael Keller
b9b0ecca93
Merge pull request #9849 from Asizon/cms_power_settings_values
2020-05-28 01:16:09 +12:00
Michael Keller
5d3471ab61
Merge pull request #9842 from mikeller/fix_cms_int16_display
2020-05-28 01:15:34 +12:00
Tony Cabello
8bfa2cc769
Added timeout for Ublox commands
2020-05-25 17:41:26 +02:00
Asizon
85d1d18ff0
Fixing cms power settings
2020-05-25 15:11:55 +02:00
mikeller
4b52c819e9
Fixed display / editing of int16 in CMS.
2020-05-25 02:17:27 +12:00