From ca54c9a9a815777b0ccbded45882ddba816b8058 Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Sat, 13 Aug 2022 16:06:42 +0300 Subject: [PATCH] Updates --- content/ardupilot/bitmask-calculator.md | 84 +++++++++++++++++-------- 1 file changed, 58 insertions(+), 26 deletions(-) diff --git a/content/ardupilot/bitmask-calculator.md b/content/ardupilot/bitmask-calculator.md index 3c6d5e7..64b72ea 100644 --- a/content/ardupilot/bitmask-calculator.md +++ b/content/ardupilot/bitmask-calculator.md @@ -4,11 +4,15 @@ div.box{ width: 90%; } - table { - border: 1px solid #222; - } + table { + border: 1px solid #222; + } + _(Many thanks to mfoos for writing this note.)_ + * * *