mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Merge branch 'master' into wio-e5
This commit is contained in:
commit
6191014727
|
@ -4,10 +4,6 @@ title: Serving Docs Locally for Development
|
|||
sidebar_label: Local Development
|
||||
---
|
||||
|
||||
:::note
|
||||
Some things won't display properly like logos or protobufs page, this is not cause for concern.
|
||||
:::
|
||||
|
||||
## Prerequisites
|
||||
|
||||
In order to set up your local environment, you will need to install:
|
||||
|
@ -24,17 +20,23 @@ Log into GitHub and create a fork of the [meshtastic/meshtastic](https://github.
|
|||
### Clone your Meshtastic Repository fork
|
||||
|
||||
:::note
|
||||
Replace `username` with your GitHub username.
|
||||
Replace `YOUR_GITHUB_USERNAME` with your GitHub username.
|
||||
:::
|
||||
|
||||
```shell title="Clone username/Meshtastic Repo"
|
||||
git clone https://github.com/username/meshtastic.git
|
||||
```shell title="Clone your Fork of the Documentation Repository"
|
||||
git clone https://github.com/YOUR_GITHUB_USERNAME/meshtastic.git
|
||||
```
|
||||
|
||||
### Change directory to Local copy
|
||||
### Change directory into your Local Copy
|
||||
|
||||
```shell title="Change Directory"
|
||||
cd ~/meshtastic
|
||||
cd ./meshtastic
|
||||
```
|
||||
|
||||
### Install Submodules
|
||||
|
||||
```shell title="Install Submodules"
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
### Install Dependencies
|
||||
|
|
|
@ -115,6 +115,8 @@ Webserver:
|
|||
Port: 443 # Port for Webserver & Webservices
|
||||
RootPath: /usr/share/doc/meshtasticd/web # Root Dir of WebServer
|
||||
```
|
||||
### Bluetooth Support
|
||||
Bluetooth is currently unsupported and not functional on Linux Native devices. This may change in the future.
|
||||
|
||||
### GPS Support
|
||||
|
||||
|
|
|
@ -53,3 +53,5 @@ This process ensures transparency and community involvement in the granting of t
|
|||
- Details: Simon is a Meshtastic designer of devices, device enclosures and accessories that carry the "Meshtastic" , Meshtastic.org URL and "M" logos. The use of the Meshtastic Logo and Trademarks does not imply Simon is sponsored or endorsed by Meshtastic. Simon also agrees to maintain compliance with the Meshtastic Legal requirements. This grant is revokable at any time for any reason.
|
||||
- Grant: [Rokland LLC](https://www.rokland.com)
|
||||
- Details: Rokland LLC is a Meshtastic contributor/distributor of parts and devices that run Meshtastic firmware. The Meshtastic "M" logo will be used on a promotional give-away t-shirt to promote the RAKwireless WisMesh Pocket product. The use of the Meshtastic Logo and Trademarks does not imply Rokland LLC is sponsored or endorsed by Meshtastic. Rokland LLC also agrees to maintain compliance with the Meshtastic Legal requirements. This grant is revokable at any time for any reason.
|
||||
- Grant: Meshtastic Solutions LLC
|
||||
- Details: Meshtastic Solutions LLC is a company focused on Meshtastic Research and Development and expanding Meshtastic into new industries. Meshtastic Solutions LLC is granted use of all Meshtastic logos and trademarks. Meshtastic Solutions LLC agrees to maintain compliance with all Meshtastic Legal requirements.
|
||||
|
|
Loading…
Reference in a new issue