Meshtastic project website and documentation
Find a file
Vladislav Osmanov 3e64d9d7ae
param is case sensitive
Using Python CLI v1.3.29:
```
>meshtastic --set device.role client
Connected to radio
device.role does not have an enum called client, so you can not set it.
Choices in sorted order are:
    Client
    ClientMute
    Router
    RouterClient
LocalConfig and LocalModuleConfig do not have attribute device.role.
```
2022-09-11 17:22:33 +03:00
.github fix protobuf api docs file extension 2022-08-01 10:04:56 +10:00
docs param is case sensitive 2022-09-11 17:22:33 +03:00
protobufs@a72983993c Update protobuf submodule 2022-09-03 13:34:53 +00:00
src Update deps & fix typp 2022-07-31 15:32:53 +10:00
static Add example to the mesh algorithm explanation 2022-09-03 18:00:14 +02:00
.env.example fix submodules & api url 2021-12-23 01:53:13 +11:00
.eslintrc.cjs Hardware pages (#299) 2022-04-02 00:34:49 +11:00
.gitignore Remove pnpm debug 2022-06-27 07:27:19 +10:00
.gitmodules Fix old submodule 2022-03-09 19:11:14 +11:00
.prettierrc Hardware pages (#299) 2022-04-02 00:34:49 +11:00
babel.config.js Move website to repo root 2021-12-21 22:44:01 +11:00
docusaurus.config.js fix the slugs 2022-07-03 12:22:24 -07:00
LICENSE Create LICENSE 2022-05-12 21:40:31 +10:00
package.json Update deps & fix typp 2022-07-31 15:32:53 +10:00
pnpm-lock.yaml Update deps & fix typp 2022-07-31 15:32:53 +10:00
protobuf.tmpl Move website to repo root 2021-12-21 22:44:01 +11:00
README.md Update README.md 2022-05-13 10:12:34 +10:00
sidebars.js Developers, Developers, Developers 2022-06-30 08:48:30 -07:00
tailwind.config.cjs Hardware page improvements 2022-04-03 00:57:31 +11:00
tsconfig.json Update dependencies 2022-05-07 23:51:02 +10:00

Meshtastic

CI CLA assistant Fiscal Contributors Vercel

Overview

Website and documentation source for the Meshtastic project.

Stats

Alt

Development & Building

nodejs is required in your dev. environment. The method for installing nodejs depends on your operating system. This software is built using Docusaurus.

Go to the root directory of your repository and install dependencies:

pnpm install

Build the project with the following command

pnpm build

Start a local dev. instance with the following command

pnpm start