mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-28 23:19:47 -08:00
Merge pull request #195 from mc-hamster/master
Start of ham operators page
This commit is contained in:
commit
dbb1209908
16
docs/getting-started/ham-operators.md
Normal file
16
docs/getting-started/ham-operators.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
id: ham
|
||||||
|
title: Ham Operators
|
||||||
|
sidebar_label: Ham Operators
|
||||||
|
slug: /getting-started/ham
|
||||||
|
---
|
||||||
|
import Tabs from '@theme/Tabs';
|
||||||
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
|
# Ham Operators
|
||||||
|
|
||||||
|
(This written US only, may be applicable elsewhere)
|
||||||
|
|
||||||
|
Meshtastic can be used by both unlicensed people and licensed operators.
|
||||||
|
|
||||||
|
Having a ham radio license grants you addition privilages and restrictions.
|
|
@ -99,6 +99,7 @@ module.exports = {
|
||||||
"Getting Started": [
|
"Getting Started": [
|
||||||
"getting-started/overview",
|
"getting-started/overview",
|
||||||
"getting-started/faq",
|
"getting-started/faq",
|
||||||
|
"getting-started/ham",
|
||||||
{
|
{
|
||||||
"Flashing firmware": [
|
"Flashing firmware": [
|
||||||
"getting-started/flashing-esp32",
|
"getting-started/flashing-esp32",
|
||||||
|
|
Loading…
Reference in a new issue