Commit graph

527 commits

Author SHA1 Message Date
pdxlocations ef71ba67a3
Remove Incorrect Apple PKC Admin Step? (#1650)
Some checks are pending
CI / quality (push) Waiting to run
CI / build (push) Waiting to run
This PR removes the instruction:
On the remote node, got to Settings > App Settings and enable Administration.

I believe this setting is client-side only and this step doesn't do anything.
2025-01-01 18:11:49 -08:00
rcarteraz 55abe57146
Add ROUTER_LATE (#1646)
Some checks are pending
CI / quality (push) Waiting to run
CI / build (push) Waiting to run
2024-12-30 15:32:31 -07:00
Hays Chan 7198f70f8a
fix(docs): Correct rotary encoder event commands in Canned Message Module Documentation (#1618)
* fix(docs): correct rotary encoder event commands in Canned Message Module

Updated the example commands for configuring rotary encoder events in the Canned Message Module documentation. Replaced incorrect values `KEY_UP`, `KEY_DOWN`, and `KEY_SELECT` with the correct enum values `UP`, `DOWN`, and `SELECT`. Included an example error message to guide users in troubleshooting incorrect configurations.

* correct other examples

---------

Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
2024-12-08 18:34:11 -08:00
Derik Taylor e132b68428
Update remote-admin.mdx (#1608)
* Update remote-admin.mdx

Update CLI command notes to mention to append base64: to the front of the admin key if retrieved from something other than the CLI.

* Update docs/configuration/remote-admin.mdx

Co-authored-by: pdxlocations <117498748+pdxlocations@users.noreply.github.com>

* Update remote-admin.mdx

---------

Co-authored-by: pdxlocations <117498748+pdxlocations@users.noreply.github.com>
2024-11-29 21:15:02 -08:00
Ben Meadors a30172dad2
Uplinked, not uploaded 2024-11-24 06:27:56 -06:00
rcarteraz 5a46cf0a7b move videos to react player
mesh-alg video

canned messaged video

external notifications video

serial video

telemetry videos

traceroute videos
2024-11-20 13:40:13 -07:00
pdxlocations edd34dbb04
Update to tips on hop count (#1585) 2024-11-18 16:22:53 -07:00
pdxlocations 3a105c8d96
Remove reference to status messages (#1577)
Some checks are pending
CI / quality (push) Waiting to run
CI / build (push) Waiting to run
This PR removes a reference to the status messages which used to be sent on the `stat` topic
2024-11-15 11:19:24 -08:00
rcarteraz 5f1b04e3a2
Add Security to Config Index (#1575)
Some checks are pending
CI / quality (push) Waiting to run
CI / build (push) Waiting to run
* change format and add security to index

* consistency
2024-11-15 09:07:22 -08:00
Jason P 302d7c6d94
Update security.mdx (#1559)
* Update security.mdx

Updating Security documentation to add a warning for the new Backup and Restore documentation.

* Update security.mdx

* Update docs/configuration/radio/security.mdx

Co-authored-by: pdxlocations <117498748+pdxlocations@users.noreply.github.com>

* Update docs/configuration/radio/security.mdx

Co-authored-by: pdxlocations <117498748+pdxlocations@users.noreply.github.com>

* Update docs/configuration/radio/security.mdx

Co-authored-by: pdxlocations <117498748+pdxlocations@users.noreply.github.com>

* Update docs/configuration/radio/security.mdx

Co-authored-by: pdxlocations <117498748+pdxlocations@users.noreply.github.com>

* Update docs/configuration/radio/security.mdx

Co-authored-by: pdxlocations <117498748+pdxlocations@users.noreply.github.com>

* Update docs/configuration/radio/security.mdx

Co-authored-by: pdxlocations <117498748+pdxlocations@users.noreply.github.com>

* Update docs/configuration/radio/security.mdx

Co-authored-by: pdxlocations <117498748+pdxlocations@users.noreply.github.com>

* Update docs/configuration/radio/security.mdx

Co-authored-by: pdxlocations <117498748+pdxlocations@users.noreply.github.com>

* Update docs/configuration/radio/security.mdx

Co-authored-by: pdxlocations <117498748+pdxlocations@users.noreply.github.com>

* Update docs/configuration/radio/security.mdx

Co-authored-by: pdxlocations <117498748+pdxlocations@users.noreply.github.com>

* Update security.mdx

---------

Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
Co-authored-by: pdxlocations <117498748+pdxlocations@users.noreply.github.com>
2024-11-15 08:11:54 -07:00
GUVWAF d37fd13e7d
Add "Transmit Over LoRa" setting for NeighborInfo Module (#1570)
And document new minimum broadcast interval

Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
2024-11-14 12:43:50 -07:00
Ben Meadors 16b4eb5524
Short blog about common role usage (#1566)
Some checks are pending
CI / quality (push) Waiting to run
CI / build (push) Waiting to run
2024-11-10 16:38:38 -07:00
Ben Meadors 6801875566
Merge pull request #1564 from meshtastic/pdxlocations-patch-1
Update mqtt.mdx
2024-11-10 14:01:36 -06:00
Ben Meadors a302d69826
Update mqtt.mdx 2024-11-10 14:00:58 -06:00
pdxlocations e3d68c8cca
and none and core (#1565) 2024-11-10 10:00:25 -07:00
pdxlocations b48ec50505
Update mqtt.mdx
Removes confusing non-sentence.
2024-11-10 07:38:33 -08:00
Tom 9b5ffa3629
Clarified that managed mode isn't required for admin control (#1532)
Some checks are pending
CI / quality (push) Waiting to run
CI / build (push) Waiting to run
* Clarified that managed mode isn't required for admin control 

Clarified that managed mode isn't required for admin control.
Also clarified the wording around admin control/legacy admin channel.

* Update security.mdx

Reworded per the comments

* Update security.mdx

* clarified text

* clarified firmware versions

* Adopted pdxlocs wording.

---------

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2024-11-09 21:51:26 -08:00
GUVWAF dec8ccc9ee
Add two-way traceroute and SNR per hop description (#1555)
* Add two-way traceroute and SNR per hop functionality

* Update traceroute availability for web

* Clarify firmware version and misc.

Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>

* Update docs/configuration/module/traceroute.mdx

Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>

* Clarify web instructions for traceroute

Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>

---------

Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
2024-11-05 10:46:34 -07:00
Ben Meadors fb9cc6cda7
Message about web-client lack of support (#1552)
Some checks failed
CI / quality (push) Has been cancelled
CI / build (push) Has been cancelled
Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
2024-11-02 09:16:35 -07:00
Tom 8af23b7592
Update remote-admin.mdx 2024-11-02 02:38:44 +00:00
rcarteraz 289e56b0a8 only --set and --get 2024-11-01 09:28:07 -07:00
rcarteraz 090251eb7d full example remote command 2024-11-01 09:21:58 -07:00
rcarteraz 8c20f801ab add cli section and trunk fmt 2024-11-01 09:14:29 -07:00
Tom e6bd977495
Added some cli stuff. Not finished. 2024-11-01 15:14:22 +00:00
Tom ad8c63e6c0
Apply suggestions from code review
accepted most review changes

Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
2024-11-01 14:10:05 +00:00
Tom bdb69d9dbe
Update channels.mdx 2024-11-01 12:47:21 +00:00
Nestpebble c40a1fe862 oops 2024-10-30 22:38:54 +00:00
Nestpebble b9d1abbe24 Merge branch 'master' of https://github.com/Nestpebble/meshtastic 2024-10-30 22:36:25 +00:00
Nestpebble fb173cdf56 Updates to text following @pdxlocations review. 2024-10-30 22:35:49 +00:00
Tom 9628a1bfd3
Merge branch 'meshtastic:master' into master 2024-10-30 00:38:29 +00:00
Nestpebble 100f1f0de2 Update remote-admin.mdx
Update all content to match the current remote admin arrangement.
2024-10-30 00:31:24 +00:00
rcarteraz 66ffda7702
compress the images (#1538)
Some checks are pending
CI / quality (push) Waiting to run
CI / build (push) Waiting to run
2024-10-28 18:10:46 -07:00
Sean Kilgore 8a4296ec65
docs: clarify which keys config_ok_to_mqtt applies to (#1492)
Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
2024-10-28 07:35:46 -07:00
noon92 4017a37917
Corrected and clarified special instructions for RAK4631. (#1525)
Info is from a support request to RAK. I have not yet tried the 19003 - will update if necessary when I do.

Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
2024-10-28 07:27:26 -07:00
noon92 ae0671d11b
Add power telemetry settings (#1497)
Some checks failed
CI / quality (push) Has been cancelled
CI / build (push) Has been cancelled
* Add power telemetry settings

For some reason these were missing.

* Update telemetry.mdx

* resolve merge conflicts

---------

Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
2024-10-24 16:53:39 -07:00
rcarteraz 44ee59ec7d
trunk fmt (#1522) 2024-10-23 12:54:01 -07:00
pdxlocations d084058b7d
Merge branch 'master' into master 2024-10-22 15:33:43 -07:00
Tom 38f59b2e3e
Update position precision levels (#1482)
* Update position precision levels

* Update usage.mdx

removed precision bits, transformed to 2-column table instead

* Create _position-precision-bits.mdx

* Create _position-precision.mdx

* Update usage.mdx

* Insert link to blocks/_position-precision-bits.mdx

* Update channels.mdx

* Update usage.mdx

* Update channels.mdx

* Update channels.mdx

* Update usage.mdx

* Update _position-precision.mdx

* Update _position-precision-bits.mdx

* Update _position-precision-bits.mdx

* Update _position-precision-bits.mdx

* Update _position-precision.mdx

* Update _position-precision.mdx

* Update _position-precision-bits.mdx

* Update channels.mdx

* Update usage.mdx
2024-10-22 08:07:09 -07:00
Todd Herbert b585dc4304 More tips for Serial Module 2024-10-20 19:21:28 +13:00
Tom Fifield 1a9a0aa177 Fix typo 2024-10-13 14:21:22 +08:00
Tom Fifield 73f70dd5b9 Add initial documentation for Health Telemetry
The health telemetry module, implemented by https://github.com/meshtastic/firmware/pull/4927 , allows heart rate, oxygen saturation, and body temperature measurements to be shared over the mesh.

The first users are likely to be cows, rather than humans :)
2024-10-13 14:21:22 +08:00
GUVWAF a027093965
OK to MQTT is in LoRa config (#1486)
Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
2024-10-06 11:36:43 -07:00
pdxlocations 866d0dd012
Merge branch 'master' into patch-5 2024-09-30 21:28:07 -07:00
Jose Riha 9ef30b4e0f
Update region-by-country.mdx
Add Slovak regulations link.
2024-09-30 23:37:49 +02:00
Jose Riha 26435f49ed
Update range-test.mdx
Fix typo.
2024-09-30 22:24:44 +02:00
Jose Riha 902f8f6cb9
Update region-by-country.mdx (#1471)
Some checks are pending
CI / quality (push) Waiting to run
CI / build (push) Waiting to run
Fix typos.

Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
2024-09-29 12:51:40 -07:00
Ben Meadors 2548c636d0 Remote hardware updates 2024-09-29 10:41:50 -05:00
rcarteraz 377027a09c
Update telemetry.mdx (#1464)
Some checks are pending
CI / quality (push) Waiting to run
CI / build (push) Waiting to run
2024-09-19 09:54:43 -07:00
rcarteraz 14e7573034
remove duplicate 2024-09-17 22:17:33 -07:00
Robert 49b3e5bc36
Update position.mdx
correct conflicting gps_update_interval defaults
2024-09-17 10:52:25 -05:00