mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-13 15:01:19 -08:00
initial commit
This commit is contained in:
parent
da313472d0
commit
5e6fb03196
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.
|
|
@ -28,9 +28,14 @@ module.exports = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"faq/device",
|
"faq/device",
|
||||||
|
{
|
||||||
|
"Flashing Firmware": [
|
||||||
|
"faq/m-flasher"
|
||||||
|
],
|
||||||
"faq/mesh",
|
"faq/mesh",
|
||||||
"faq/mqtt",
|
"faq/mqtt",
|
||||||
"faq/modules",
|
"faq/modules",
|
||||||
|
},
|
||||||
"faq/wifi",
|
"faq/wifi",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue