mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
commit
eca41600f7
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
id: ham
|
id: ham
|
||||||
title: Ham Operators
|
title: Licensed (HAM) Operation
|
||||||
sidebar_label: Ham Operators
|
sidebar_label: Licensed (HAM) Operation
|
||||||
slug: /getting-started/ham
|
slug: /software/device/ham
|
||||||
---
|
---
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
|
@ -11,6 +11,7 @@ module.exports = {
|
||||||
"software/device/device-wifi",
|
"software/device/device-wifi",
|
||||||
"software/device/device-power",
|
"software/device/device-power",
|
||||||
"software/device/critical-error-codes",
|
"software/device/critical-error-codes",
|
||||||
|
"software/device/ham",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -99,7 +100,6 @@ 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