mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Fix some slugs and titles
This commit is contained in:
parent
f5b1f96e31
commit
90b2f6f5c9
|
@ -4,4 +4,5 @@ label: Software
|
||||||
collapsible: true # make the category collapsible
|
collapsible: true # make the category collapsible
|
||||||
link:
|
link:
|
||||||
type: generated-index
|
type: generated-index
|
||||||
title: Software
|
title: Software
|
||||||
|
slug: /software
|
|
@ -4,4 +4,5 @@ label: Python CLI
|
||||||
collapsible: true # make the category collapsible
|
collapsible: true # make the category collapsible
|
||||||
link:
|
link:
|
||||||
type: generated-index
|
type: generated-index
|
||||||
title: Python
|
title: Python
|
||||||
|
slug: /software/python-cli
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
id: python-cli
|
id: python-cli
|
||||||
title: meshtastic command line interface guide
|
title: Meshtastic Command Line Interface
|
||||||
sidebar_label: meshtastic cli
|
sidebar_label: Meshtastic CLI
|
||||||
---
|
---
|
||||||
|
|
||||||
# Meshtastic CLI Guide
|
# Meshtastic CLI Guide
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
id: python-development
|
id: python-development
|
||||||
title: Meshtastic-python Development
|
title: Meshtastic Python Development
|
||||||
sidebar_label: Meshtastic-python development
|
sidebar_label: Python Development
|
||||||
---
|
---
|
||||||
|
|
||||||
## A note to developers of this lib
|
## A note to developers of this lib
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
id: python-uses
|
id: python-uses
|
||||||
title: Uses of the meshtastic command line interface tool
|
title: Uses of the meshtastic command line interface tool
|
||||||
sidebar_label: Uses
|
sidebar_label: Use Cases
|
||||||
---
|
---
|
||||||
|
|
||||||
This section covers using the "meshtastic" command line executable, which displays packets sent over the network as JSON and lets you see serial debugging information from the Meshtastic devices.
|
This section covers using the "meshtastic" command line executable, which displays packets sent over the network as JSON and lets you see serial debugging information from the Meshtastic devices.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
id: python-using-library
|
id: python-using-library
|
||||||
title: using the Meshtastic-python library
|
title: using the Meshtastic-python library
|
||||||
sidebar_label: Using the meshtastic Python library
|
sidebar_label: Using the Python Library
|
||||||
---
|
---
|
||||||
|
|
||||||
An example using Python 3 code to send a message to the mesh, get and set a radio configuration preference:
|
An example using Python 3 code to send a message to the mesh, get and set a radio configuration preference:
|
||||||
|
|
Loading…
Reference in a new issue