Merge pull request #280 from jfirwin/m-flasher-malware-warning

M flasher malware warning
This commit is contained in:
Foster Irwin 2022-03-16 11:26:30 -06:00 committed by GitHub
commit 8035acded9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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](https://www.microsoft.com/en-us/wdsi/defenderupdates).

View file

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