From ebd1927cd688bcfee2c34f3c2be86eefeb60726b Mon Sep 17 00:00:00 2001 From: Tim Eckel Date: Mon, 13 Aug 2018 08:41:06 -0400 Subject: [PATCH 1/3] Update Cli.md --- docs/Cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Cli.md b/docs/Cli.md index 5e38b3b99c..1c2174a354 100644 --- a/docs/Cli.md +++ b/docs/Cli.md @@ -301,6 +301,7 @@ After restoring it's always a good idea to `dump` or `diff` the settings once ag | osd_alt_alarm | 100 | Value above which to make the OSD relative altitude indicator blink (meters) | | osd_neg_alt_alarm | 5 | Value bellow which (negative altitude) to make the OSD relative altitude indicator blink (meters) | | osd_estimations_wind_compensation | ON | Use wind estimation for remaining flight time/distance estimation | +| display_force_sw_blink | OFF | OFF = OSD hardware blink / ON = OSD software blink. If OSD warning text/values are invisible, try setting this to ON | | magzero_x | 0 | Magnetometer calibration X offset. If its 0 none offset has been applied and calibration is failed. | | magzero_y | 0 | Magnetometer calibration Y offset. If its 0 none offset has been applied and calibration is failed. | | magzero_z | 0 | Magnetometer calibration Z offset. If its 0 none offset has been applied and calibration is failed. | From fd307648160ad0f59bb82a5871b85e4a2a23fd22 Mon Sep 17 00:00:00 2001 From: Tim Eckel Date: Mon, 13 Aug 2018 08:41:31 -0400 Subject: [PATCH 2/3] Update Cli.md --- docs/Cli.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Cli.md b/docs/Cli.md index 1c2174a354..5e38b3b99c 100644 --- a/docs/Cli.md +++ b/docs/Cli.md @@ -301,7 +301,6 @@ After restoring it's always a good idea to `dump` or `diff` the settings once ag | osd_alt_alarm | 100 | Value above which to make the OSD relative altitude indicator blink (meters) | | osd_neg_alt_alarm | 5 | Value bellow which (negative altitude) to make the OSD relative altitude indicator blink (meters) | | osd_estimations_wind_compensation | ON | Use wind estimation for remaining flight time/distance estimation | -| display_force_sw_blink | OFF | OFF = OSD hardware blink / ON = OSD software blink. If OSD warning text/values are invisible, try setting this to ON | | magzero_x | 0 | Magnetometer calibration X offset. If its 0 none offset has been applied and calibration is failed. | | magzero_y | 0 | Magnetometer calibration Y offset. If its 0 none offset has been applied and calibration is failed. | | magzero_z | 0 | Magnetometer calibration Z offset. If its 0 none offset has been applied and calibration is failed. | From edc8707ad3a3a6439d6934c37d52408a4ca57373 Mon Sep 17 00:00:00 2001 From: Tim Eckel Date: Mon, 13 Aug 2018 08:43:03 -0400 Subject: [PATCH 3/3] display_force_sw_blink added to CLI docs --- docs/Cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Cli.md b/docs/Cli.md index 5e38b3b99c..1c2174a354 100644 --- a/docs/Cli.md +++ b/docs/Cli.md @@ -301,6 +301,7 @@ After restoring it's always a good idea to `dump` or `diff` the settings once ag | osd_alt_alarm | 100 | Value above which to make the OSD relative altitude indicator blink (meters) | | osd_neg_alt_alarm | 5 | Value bellow which (negative altitude) to make the OSD relative altitude indicator blink (meters) | | osd_estimations_wind_compensation | ON | Use wind estimation for remaining flight time/distance estimation | +| display_force_sw_blink | OFF | OFF = OSD hardware blink / ON = OSD software blink. If OSD warning text/values are invisible, try setting this to ON | | magzero_x | 0 | Magnetometer calibration X offset. If its 0 none offset has been applied and calibration is failed. | | magzero_y | 0 | Magnetometer calibration Y offset. If its 0 none offset has been applied and calibration is failed. | | magzero_z | 0 | Magnetometer calibration Z offset. If its 0 none offset has been applied and calibration is failed. |