From 5e6fb03196450b4bddffe7198e70d3b4dd2ac093 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Wed, 16 Mar 2022 11:10:37 -0600 Subject: [PATCH] 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", ], },