Merge pull request #195 from mc-hamster/master

Start of ham operators page
This commit is contained in:
Jm Casler 2022-01-23 10:05:51 -08:00 committed by GitHub
commit dbb1209908
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View 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.

View file

@ -99,6 +99,7 @@ module.exports = {
"Getting Started": [
"getting-started/overview",
"getting-started/faq",
"getting-started/ham",
{
"Flashing firmware": [
"getting-started/flashing-esp32",