diff --git a/content/SUMMARY.md b/content/SUMMARY.md index 00147f1..216a910 100644 --- a/content/SUMMARY.md +++ b/content/SUMMARY.md @@ -5,6 +5,7 @@ - [ArduPilot](ardupilot/index.md) - [ArduPilot recommended settings](ardupilot/ardupilot-recommended-settings.md) - [ArduPilot setup checklist](ardupilot/ardupilot-setup-checklist.md) + - [Bitmask calculator](ardupilot/bitmask-calculator.md) - [Building ArduPilot](ardupilot/building-ardupilot.md) - [Configuring a switch as a relay](ardupilot/configuring-a-switch-as-a-relay.md) - [DJI FPV configuration](ardupilot/dji-fpv-configuration.md) diff --git a/content/ardupilot/bitmask-calculator.md b/content/ardupilot/bitmask-calculator.md new file mode 100644 index 0000000..e8b58cc --- /dev/null +++ b/content/ardupilot/bitmask-calculator.md @@ -0,0 +1,160 @@ +# Bitmask calculator + + + + +
+
+ + + +
+
+
+
+
+ + +_(Many thanks to mfoos for writing this note.)_ + +* * * + +

+Last updated on August 13, 2022. For any questions/feedback, +email me at hi@stavros.io. +

diff --git a/content/ardupilot/index.md b/content/ardupilot/index.md index 1454959..3d09b06 100644 --- a/content/ardupilot/index.md +++ b/content/ardupilot/index.md @@ -4,6 +4,7 @@ Click on a link in the list below to go to that page: 1. [ArduPilot recommended settings](../../ardupilot/ardupilot-recommended-settings.html) 1. [ArduPilot setup checklist](../../ardupilot/ardupilot-setup-checklist.html) +1. [Bitmask calculator](../../ardupilot/bitmask-calculator.html) 1. [Building ArduPilot](../../ardupilot/building-ardupilot.html) 1. [Configuring a switch as a relay](../../ardupilot/configuring-a-switch-as-a-relay.html) 1. [DJI FPV configuration](../../ardupilot/dji-fpv-configuration.html) diff --git a/content/ardupilot/transfer-config-between-craft.md b/content/ardupilot/transfer-config-between-craft.md index 8de8a88..25c8000 100644 --- a/content/ardupilot/transfer-config-between-craft.md +++ b/content/ardupilot/transfer-config-between-craft.md @@ -7,7 +7,7 @@ parachute restore -f "^(ACRO_LOCKING|OSD.*|RC[\d_]+.*|\ FLTMODE.*|FLIGHT_OPTIONS|FS_.*|RTL_CLIMB_MIN|RTL_RADIUS|\ THR_PASS_STAB|THR_SLEWRATE|THR_SUPP_MAN|TKOFF_ACCEL_CNT|\ TKOFF_THR_.*|TKOFF_ALT|TKOFF_DIST|HOME_RESET_ALT|\ - ALT_HOLD_RTL|MIN_GNDSPD_CM|ARMING_RUDDER)\$" \ + ALT_HOLD_RTL|MIN_GNDSPD_CM|ARMING_RUDDER)$" \ ``` @@ -17,6 +17,6 @@ Use it to set up a new plane by copying over settings from an older plane. * * *

-Last updated on June 11, 2022. For any questions/feedback, +Last updated on August 07, 2022. For any questions/feedback, email me at hi@stavros.io.

diff --git a/content/static/resources/6489c6e219874e20a55fcb697dcd8ab3.png b/content/static/resources/6489c6e219874e20a55fcb697dcd8ab3.png new file mode 100644 index 0000000..2afa9cd Binary files /dev/null and b/content/static/resources/6489c6e219874e20a55fcb697dcd8ab3.png differ diff --git a/content/static/resources/b7e313de59d4412382b2c36675085fdc.png b/content/static/resources/b7e313de59d4412382b2c36675085fdc.png new file mode 100644 index 0000000..3e9972e Binary files /dev/null and b/content/static/resources/b7e313de59d4412382b2c36675085fdc.png differ diff --git a/content/static/resources/f4679b76f438463382a2849083f6d51d.png b/content/static/resources/f4679b76f438463382a2849083f6d51d.png new file mode 100644 index 0000000..4ba07a7 Binary files /dev/null and b/content/static/resources/f4679b76f438463382a2849083f6d51d.png differ