mikeller
4af589f9fd
Fixed warning about unused parameter 'softserialEnabled'.
2017-03-19 10:40:00 +00:00
Dominic Clifton
3c885349c6
Merge pull request #2697 from betaflight/osd-improvements
...
Osd improvements
2017-03-19 10:37:50 +00:00
Hydra
e37944ba7b
CF/BF - OSD - Nudge craft name over by one character to align with
...
flight mode.
2017-03-19 10:36:24 +00:00
Hydra
4c517a56ea
CF/BF - OSD - Change the default OSD unit to metric since there are
...
missing calculations for GPS_speed, better to have everything in the
same units than a mix.
2017-03-19 10:36:23 +00:00
Hydra
636c194aea
CF/BF - OSD - Show symbol for GPS speed to better align with altitude
...
display on OSD. Name and extract the duplicated GPS_speed equation - in
CM/S to KM/H.
2017-03-19 10:36:22 +00:00
Hydra
c40c507f1b
CF/BF - OSD - Use m/s as the GPS speed unit, there is currently no
...
imperial conversion.
2017-03-19 10:36:21 +00:00
Hydra
c8888ad6bd
CF/BF - OSD - Show VTX channel/band hardware RTC6705 users (e.g.
...
SPRacingF3NEO/SINGULARITY)
2017-03-19 10:36:20 +00:00
Hydra
e1ac5b82df
CF/BF - OSD - use a strict mask to prevent invalid OSD positions values from
...
being created.
2017-03-19 10:36:19 +00:00
Hydra
d91987c287
CF/BF - OSD - Use a default OSD layout that has no overlapping elements.
...
Note: We give the users all the information, and let them turn off what they don't need. In testing it was found that if we hide the information some users will never know it's there.
2017-03-19 10:36:18 +00:00
Hydra
45252b5f84
CF/BF - OSD - Extract logo drawing code into static method.
2017-03-19 10:36:17 +00:00
Hydra
f509582e6d
CF/BF - OSD - Cleanup the splash screen.
2017-03-19 10:36:16 +00:00
Dominic Clifton
aead39c279
Merge pull request #2696 from betaflight/osd-fix
...
Give cell voltage element a default position
2017-03-19 10:32:48 +00:00
Florian Ragwitz
92f0f7ff69
Give cell voltage element a default position
...
This is a follow-up to a151d5092
, which got merged with a copy-and-paste
error. Sorry about that!
2017-03-19 10:32:13 +00:00
mikeller
0a37cf1b43
Added BEEROTORF4 target.
2017-03-19 14:59:55 +13:00
borisbstyle
db2e868675
Merge pull request #2682 from rafl/rafl/avg-cell-voltage
...
Add average cell voltage to OSD
2017-03-18 23:19:09 +01:00
borisbstyle
82c44f275c
Merge pull request #2684 from betaflight/fix-rccontrols-yaw-pg
...
fix missing yaw default when using PGs.
2017-03-18 23:18:44 +01:00
Hydra
0b531db549
fix missing yaw default when using PGs. this resulted in no yaw from RC
...
input.
2017-03-18 20:30:43 +00:00
Florian Ragwitz
a151d50929
Add average cell voltage to OSD
...
This can make it a little easier for some pilots to see where their
battery is at, especially if they move forth and back between different
cell counts a lot.
2017-03-18 11:57:30 -07:00
Martin Budden
60a41c7706
Merge pull request #2669 from DieHertz/more-cli-pg-fixes
...
More CLI PG fixes
2017-03-17 15:57:44 +00:00
Martin
473826760d
serialUARTInit: allow missing rx/tx pin
2017-03-17 11:10:48 -04:00
DieHertz
98d2dc85c0
Reverted defaults for some CLI values
2017-03-17 03:07:56 +03:00
DieHertz
4ad8e36bc8
Disabled MSP on first UART unless USE_MSP_UART defined
2017-03-17 02:56:52 +03:00
DieHertz
e570c4aba8
Fixed CLI output for name and acc_lpf_hz
2017-03-17 02:56:51 +03:00
DieHertz
d97a012eca
Set acc_lpf_hz default back to 10
2017-03-17 02:56:51 +03:00
DieHertz
2e98279369
Set default GPS baud rate back to 57600
2017-03-17 02:56:51 +03:00
DieHertz
cbc23bb68c
Avoid copying in pgRestFn_rxConfig()
2017-03-17 02:56:51 +03:00
Martin Budden
8a60857a09
Merge pull request #2663 from mikeller/fix_pg_resource
...
Fixed 'resource' command after PG introduction.
2017-03-16 22:29:13 +00:00
Martin Budden
61a5690a6c
Merge pull request #2664 from DieHertz/pg-diff-dump-corrections
...
PG fixes to CLI dump/diff behaviour
2017-03-16 21:32:36 +00:00
DieHertz
1b2cccddbf
Fixed PID & Rate profile output via diff/dump
2017-03-16 23:10:22 +03:00
DieHertz
0b100bf167
Fixed rxfail and rxrange CLI commands
2017-03-16 23:10:10 +03:00
Martin
dcdaa6c7ad
IO: handle NONE (NULL) io pin
2017-03-16 11:29:22 -04:00
mikeller
bda81afdbd
Fixed build. Also added 'const' to cast.
2017-03-17 03:15:16 +13:00
DieHertz
dcecf9dc67
Fixed default RC map
2017-03-16 17:09:44 +03:00
mikeller
4c5f3ff412
Fixed 'resource' command after PG introduction.
2017-03-17 02:48:40 +13:00
borisbstyle
1acf06c69c
Merge pull request #2662 from blckmn/f4_dma_fix
...
Fix for F4 broken DSHOT
2017-03-16 13:22:51 +01:00
blckmn
9d15fc5441
Removed clearing of IT_TCIF flag
2017-03-16 22:14:13 +11:00
blckmn
6487f995d8
Fix for F4 broken DSHOT
2017-03-16 20:30:49 +11:00
Michael Keller
9b19e99e56
Merge pull request #2539 from mikeller/make_target_mk_consistent
...
Make target.mk consistent.
2017-03-16 13:21:38 +13:00
Michael Keller
d857847157
Merge pull request #2659 from mamaretti/master
...
Added climbrate m/s and m/3s to Hott EAM
2017-03-16 10:12:06 +13:00
borisbstyle
9f60b69567
Merge pull request #2599 from mikeller/suppress_listing_of_softserials_without_resources
...
Suppress listing SOFTSERIAL ports if they don't have pins assigned.
2017-03-15 22:07:19 +01:00
borisbstyle
67467b22b9
Merge pull request #2642 from martinbudden/bf_config_eeprom_tidy
...
Removed unnecessary headers from config_eeprom.c
2017-03-15 22:05:46 +01:00
Michi
2b5ca26cbb
updated hott_unittest, for using climbrate m/s and m/3s to Hott EAM
2017-03-15 21:45:21 +01:00
Michi
1689b84642
Added climbrate m/s and m/3s to Hott EAM
2017-03-15 19:57:45 +01:00
borisbstyle
6303de7650
Merge pull request #2651 from DieHertz/fix-f4-connectivity
...
Fix F4 Connectivity
2017-03-14 10:42:40 +01:00
DieHertz
393b30979f
Added serialConfig rate setting into reset function for task rescheduling
2017-03-14 12:35:06 +03:00
Michael Keller
4a7555fde3
Merge pull request #2639 from unitware/beta-combine-ibus-serial-rx-and-telemetry
...
Combine ibus serial rx and telemetry on same uart and pin
2017-03-14 11:11:58 +13:00
Magnus Ivarsson
b13d4694bb
Combine ibus serial rx and ibus telemetry on the same fc uart on a single pin.
...
```
+---------+
| FS-iA6B |
| |
| Ser RX |---|<---\ +------------+
| | | | FC |
| Sensor |---[R]--*-------| Uart TX |
+---------+ +------------+
```
R = 10Kohm, Diode 1N4148 or similar.
Both uart tx and rx channels are used so it's not possible to use the spare pin for rx of something else.
Configure the serial port like this to get both serial rx and ibus telemetry on the same port:
```
serial 1 4160 115200 57600 115200 115200
```
It is still possible to run the serial rx and ibus telemetry on two uarts like before, an example:
```
serial 1 64 115200 57600 0 115200
serial 2 4096 115200 57600 115200 115200
```
2017-03-13 21:43:37 +01:00
Michael Keller
355c7cc215
Merge pull request #2629 from mikeller/added_hott_eam_altitude
...
Added EAM baro altitude to HoTT.
2017-03-14 08:33:24 +13:00
Martin Budden
74655cb4ec
Merge pull request #2645 from sambas/betaflightF7
...
Fix sector sizes to match linker scripts
2017-03-13 16:55:44 +00:00
Sami Korhonen
bdcb636bbc
Fix sector sizes to match linker scripts
2017-03-13 18:19:37 +02:00