mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
fix spacing and add note
This commit is contained in:
parent
ec6c055e90
commit
515eb22854
|
@ -3,9 +3,10 @@ id: linux-native-hardware
|
||||||
title: Meshtastic on Linux-Native Devices
|
title: Meshtastic on Linux-Native Devices
|
||||||
sidebar_label: Linux Native Devices
|
sidebar_label: Linux Native Devices
|
||||||
sidebar_position: 11
|
sidebar_position: 11
|
||||||
|
description: Set up and configure Meshtastic on Linux-native devices using the meshtasticd binary.
|
||||||
---
|
---
|
||||||
|
|
||||||
This guide outlines the setup of Meshtastic on Linux-native devices, utilizing portduino to run the Meshtastic firmware under Linux.
|
This page outlines the setup of Meshtastic on Linux-native devices, utilizing portduino to run the Meshtastic firmware under Linux.
|
||||||
|
|
||||||
## Prerequisites and Hardware Compatibility
|
## Prerequisites and Hardware Compatibility
|
||||||
|
|
||||||
|
@ -81,6 +82,9 @@ IRQ: 16
|
||||||
Busy: 20
|
Busy: 20
|
||||||
Reset: 18
|
Reset: 18
|
||||||
```
|
```
|
||||||
|
:::info
|
||||||
|
Note that the config.yaml file is space sensitive, so ensure the indentation and spacing are correct.
|
||||||
|
:::
|
||||||
|
|
||||||
### Web Server
|
### Web Server
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue