mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-28 06:10:47 -08:00
Merge pull request #280 from jfirwin/m-flasher-malware-warning
M flasher malware warning
This commit is contained in:
commit
8035acded9
11
docs/faq/m-flasher.md
Normal file
11
docs/faq/m-flasher.md
Normal 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).
|
|
@ -28,6 +28,11 @@ module.exports = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"faq/device",
|
"faq/device",
|
||||||
|
{
|
||||||
|
"Flashing Firmware": [
|
||||||
|
"faq/m-flasher",
|
||||||
|
],
|
||||||
|
},
|
||||||
"faq/mesh",
|
"faq/mesh",
|
||||||
"faq/mqtt",
|
"faq/mqtt",
|
||||||
"faq/modules",
|
"faq/modules",
|
||||||
|
|
Loading…
Reference in a new issue