From 5e6fb03196450b4bddffe7198e70d3b4dd2ac093 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Wed, 16 Mar 2022 11:10:37 -0600 Subject: [PATCH 1/3] initial commit --- docs/faq/m-flasher.md | 11 +++++++++++ sidebars.js | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 docs/faq/m-flasher.md diff --git a/docs/faq/m-flasher.md b/docs/faq/m-flasher.md new file mode 100644 index 00000000..356a246e --- /dev/null +++ b/docs/faq/m-flasher.md @@ -0,0 +1,11 @@ +--- +id: m-flasher +title: FAQs - Meshtastic Flasher +sidebar_label: Meshtastic Flasher +--- + +## Overview + +### Why does my device flag Meshtastic Flasher as having malware? + +The flasher contains no malware and completely passed the Microsoft malware scanning. It appears that a lot of file download services are using the Windows Defender data, so if you're seeing alerts of a detected trojan please update your Windows Defender definitions. diff --git a/sidebars.js b/sidebars.js index 37f35645..121e260a 100644 --- a/sidebars.js +++ b/sidebars.js @@ -28,9 +28,14 @@ module.exports = { ], }, "faq/device", + { + "Flashing Firmware": [ + "faq/m-flasher" + ], "faq/mesh", "faq/mqtt", "faq/modules", + }, "faq/wifi", ], }, From 99331884330af89081df5b63ed617834fef5ea10 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Wed, 16 Mar 2022 11:15:00 -0600 Subject: [PATCH 2/3] fix --- sidebars.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sidebars.js b/sidebars.js index 121e260a..0209e897 100644 --- a/sidebars.js +++ b/sidebars.js @@ -30,12 +30,12 @@ module.exports = { "faq/device", { "Flashing Firmware": [ - "faq/m-flasher" + "faq/m-flasher", ], + }, "faq/mesh", "faq/mqtt", "faq/modules", - }, "faq/wifi", ], }, From 4aa88bef4665f4df0cb34918449dd13b1b4b8543 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Wed, 16 Mar 2022 11:25:16 -0600 Subject: [PATCH 3/3] add link --- docs/faq/m-flasher.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/m-flasher.md b/docs/faq/m-flasher.md index 356a246e..0a0d09cb 100644 --- a/docs/faq/m-flasher.md +++ b/docs/faq/m-flasher.md @@ -8,4 +8,4 @@ sidebar_label: Meshtastic Flasher ### Why does my device flag Meshtastic Flasher as having malware? -The flasher contains no malware and completely passed the Microsoft malware scanning. It appears that a lot of file download services are using the Windows Defender data, so if you're seeing alerts of a detected trojan please update your Windows Defender definitions. +The flasher contains no malware and completely passed the Microsoft malware scanning. It appears that a lot of file download services are using the Windows Defender data, so if you're seeing alerts of a detected trojan please [update your Windows Defender definitions](https://www.microsoft.com/en-us/wdsi/defenderupdates).