initial commit

This commit is contained in:
Foster Irwin 2022-03-16 11:10:37 -06:00
parent da313472d0
commit 5e6fb03196
2 changed files with 16 additions and 0 deletions

11
docs/faq/m-flasher.md Normal file
View file

@ -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.

View file

@ -28,9 +28,14 @@ module.exports = {
],
},
"faq/device",
{
"Flashing Firmware": [
"faq/m-flasher"
],
"faq/mesh",
"faq/mqtt",
"faq/modules",
},
"faq/wifi",
],
},