Added place holder for running device software on Linux

This commit is contained in:
Jm Casler 2021-11-19 18:52:42 -08:00
parent dd7013c16e
commit 22dbc6441c
3 changed files with 24 additions and 0 deletions

View file

@ -48,6 +48,9 @@ Q: My device has gone to sleep. Are received messages lost?
Q: My device has gone to sleep and I can't send any messages.
* Once the node wakes up from sleep, your phone will relay any delayed messages through your node and to the mesh network. Give it a few minutes and it'll do the right thing.
Q: How do I turn on / off an esp32 tbeam based device?
* Answer TBD
Q: How can I tell the device not to sleep?
* Answer TBD
@ -86,6 +89,11 @@ Q: What version of iOS does the Meshtastic iOS App Require?
Q: How do I get the Meshtastic iOS App?
* Answer TBD
## Bluetooth
Q: How do I pair my phone to the device if my device doesn't have a screen?
* Answer TBD
## WiFi / Web Browser
Q: How do I turn on the WiFI radio?

View file

@ -0,0 +1,15 @@
---
id: linux-hardware
title: Linux Compatible Hardware
sidebar_label: Linux
---
This page is a place holder.
The device software can run on Hardware that runs Linux to execute unit tests.
Fledgling support for a Lora USB dongle has been in the works.
This page will be updated with more information as information is made available.
Please be mindful that a lot of this is incomplete, so please don't get too excited and asking for builds and/or timelines.

View file

@ -135,6 +135,7 @@ module.exports = {
"hardware/heltec-hardware",
"hardware/techo-hardware",
"hardware/wisBlock-hardware",
"hardware/linux-hardware",
],
},
"hardware/buttons",