mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Fixing indentation. (#1501)
Previous indentation here caused this documentation to be rendered in a code block. Checked the other FAQ items, look like this was the only one.
This commit is contained in:
parent
87fd993018
commit
63b0bf054e
|
@ -164,9 +164,9 @@ If you use your ham radio license with Meshtastic, consider both the privileges
|
||||||
{
|
{
|
||||||
title: "How do I set my ham call sign?",
|
title: "How do I set my ham call sign?",
|
||||||
content: `
|
content: `
|
||||||
- On Android navigate to Radio configuration -> User and set Long name to your Ham Radio callsign, then activate the slider for 'Licensed amateur radio'.
|
- On Android navigate to Radio configuration -> User and set Long name to your Ham Radio callsign, then activate the slider for 'Licensed amateur radio'.
|
||||||
- On iPhone navigate to Settings -> User and set Long Name to your Ham Radio callsign, then activate the slider for 'Licensed Operator'.
|
- On iPhone navigate to Settings -> User and set Long Name to your Ham Radio callsign, then activate the slider for 'Licensed Operator'.
|
||||||
- Instructions for Enabling ham License from the Python CLI can be found [here](/docs/software/python/cli/usage#ham-radio-support).
|
- Instructions for Enabling ham License from the Python CLI can be found [here](/docs/software/python/cli/usage#ham-radio-support).
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue