mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
add device specific faqs
This commit is contained in:
parent
9fc926eea0
commit
4d5b75ea01
15
docs/faq/device-tbeam.mdx
Normal file
15
docs/faq/device-tbeam.mdx
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
id: device
|
||||
title: FAQs - Device
|
||||
sidebar_label: Device
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
### How do I turn off an ESP32 t-beam based device?
|
||||
|
||||
Hold down the left PWR button for about 10 seconds and the display should turn off.
|
||||
|
||||
### How do I turn on an ESP32 t-beam based device?
|
||||
|
||||
Push the left PWR button for about 1 second.
|
11
docs/faq/device-wisblock.mdx
Normal file
11
docs/faq/device-wisblock.mdx
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
id: device-wisblock
|
||||
title: FAQs - WisBlock Device
|
||||
sidebar_label: RAK WisBlock Devices
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
### Why does only one RAK Meshtastic Starter kit show up in my node list?
|
||||
|
||||
There was a bug where Meshtastic Starter kits were sent out with the same MAC address. With a single MAC address the devices all report as being the same device. Without the battery connected, flash the starter kit device(s) to 1.2.59 and then do a factory reset, disconnect and reconnect the board and run `meshtastic --info`.
|
|
@ -27,7 +27,13 @@ module.exports = {
|
|||
"faq/client-web",
|
||||
],
|
||||
},
|
||||
"faq/device",
|
||||
{
|
||||
Devices: [
|
||||
"faq/device",
|
||||
"faq/device-tbeam",
|
||||
"faq/device-wisblock",
|
||||
]
|
||||
},
|
||||
{
|
||||
"Flashing Firmware": ["faq/m-flasher"],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue