aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2026-04-09Merge pull request #2176 from jschrempp/patch-1Liam Cottle
Update RAK 4631 entry in FAQ on new bootloader - removed "see note"
2026-04-05update faqliamcottle
2026-04-02update neighbor.remove docsliamcottle
2026-04-01Merge pull request #2172 from LitBomb/patch-24Liam Cottle
add multibyte FAQ, reference awesome-meshcore community projects, minor changes
2026-03-31fixed typos and refined multibyte sections.uncle lit
fixed typos and refined multibyte sections.
2026-03-31update docs logoliamcottle
2026-03-29Fix TOC insertion by Markdown All in One VS Code extensionuncle lit
Fixed an extra TOC jump link inserted by VSCode Markdown All in One VS Code extension.
2026-03-27Update RAK 4631 entry in FAQ on new bootloaderJim Schrempp
Removed "see note" from RAK 4631 entry in FAQ.
2026-03-27add multibyte FAQ, reference awesome-meshcore community projects, minor changesuncle lit
- Add multi byte FAQ - Reword amped radio output setting numbers - Clarify repeater ID collision including distance, supercede https://github.com/meshcore-dev/MeshCore/pull/1478 - Reference awesome meshcore for community projects. Supercede https://github.com/meshcore-dev/MeshCore/pull/1893
2026-03-20Merge pull request #2048 from j0uni/airtime-docsripplebiz
Airtime (af) documentation update
2026-03-17docs: clarify path length encodingRobert Ekl
2026-03-16Airtime (af) documentation updateJouni
2026-03-16Merge pull request #1964 from EtoOnAmill/mainripplebiz
Removed section for isolated `get bridge.source`
2026-03-12Merge pull request #1873 from ↵ripplebiz
Specter242/codex/sensecap-solar-led-poweroff-parity sensecap solar: add poweroff/shutdown support and nrf52 PM parity
2026-03-11Merge pull request #1977 from robekl/docs/implementation-sync-releaseLiam Cottle
Update docs to align with implementation
2026-03-10set prv.key doc updateRobert Ekl
2026-03-08docs: sync companion and kiss protocol docsRobert Ekl
2026-03-08docs: sync CLI and payload docs with implementationRobert Ekl
2026-03-07Update cli_commands.md R400 grammerAI7NC
Small grammar fix
2026-03-07Update cli_commands.md R402AI7NC
2026-03-07Update cli_commands.md R399 updatesAI7NC
2026-03-07Apply suggestion from @weebl2000AI7NC
Co-authored-by: Wessel <wessel@weebl.me>
2026-03-07Apply suggestion from @weebl2000AI7NC
Co-authored-by: Wessel <wessel@weebl.me>
2026-03-07Apply suggestion from @weebl2000AI7NC
Co-authored-by: Wessel <wessel@weebl.me>
2026-03-07Removed section for individual `get bridge.source`EtoOnAmill
2026-03-06Update cli_commands.mdAI7NC
2026-03-06Update cli_commands.md to include path.hash.mode and loop.detectAI7NC
Adding the new repeater cli commands introduced in 1.14 Ref: https://buymeacoffee.com/ripplebiz/path-diagnostics-improvements
2026-03-06Merge branch 'dev'Scott Powell
# Conflicts: # docs/cli_commands.md
2026-02-27sensecap solar: add poweroff command and board power/LED paritySpecter242
2026-02-25Merge pull request #1826 from ↵Liam Cottle
dreirund/docs_-_fix-faq.md-bogous-last-tableofcontentsentry docs/faq.md: Table of Contents: Remove bogous `[| | High Output | 22 dBm | 28 dBm | |](#--high-output--22-dbm--28-dbm--)`
2026-02-24docs/faq.md: Categorising section 5.14. "Q: Are there are projects built ↵dreirund
around MeshCore?". In `[docs/faq.md](https://github.com/meshcore-dev/MeshCore/blob/main/docs/faq.md)`, the entries are now grouped by category. This patch applies on top of https://github.com/meshcore-dev/MeshCore/pull/1822.
2026-02-24docs/faq.md: Table of Contents: Remove bogous `[| | High Output | 22 dBm | ↵dreirund
28 dBm | |](#--high-output--22-dbm--28-dbm--)`. The table of contents of `docs/faq.md` had at the end a bogous entry ```markdown - [| | High Output | 22 dBm | 28 dBm | |](#--high-output--22-dbm--28-dbm--) ``` This patch removes that bogous entry.
2026-02-24faq.md: Section 5.14: Added more external projects.dreirund
Added to section 5.14 "Are there are projects built around MeshCore?": * awesome-meshcore * meshcore-open * MeshCore-Cardputer-ADV * LunarCore * MC-Term * Meck * Meshcore for Wio Tracker L1 Pro * MeshCore map auto uploader
2026-02-23docs: correct CLI command forms and targeted typosRobert Ekl
2026-02-20Update admin password command descriptionJeroen Vermeulen
Tested in v1.13. These commands don't work anymore: ``` get password -> ??: password set password secret -> unknown config: password secret ``` This does work: ``` password secret -> password now: secret ```
2026-02-15Merge branch 'dev'Scott Powell
2026-02-15Merge pull request #1346 from mboelen/patch-1Liam Cottle
Update faq.md
2026-02-12refactor packet format docsliamcottle
2026-02-10Merge branch 'meshcore-dev:dev' into devmattzzw
2026-02-07Update protocol docs for new response codes and signal reportingViezeVingertjes
2026-02-07Clarify data frame limitations in KISS modem documentation.ViezeVingertjes
2026-02-07Reorganise KISS protocol to close gaps.ViezeVingertjes
2026-02-07Update documentation.ViezeVingertjes
2026-02-07Rewrite KISS modem to be fully spec-compliantViezeVingertjes
2026-02-05Clean up comments on kiss noise floor changes.Adam Gessaman
2026-02-03fix(kiss): periodic noise floor calibration and AGC resetagessaman
- Trigger noise floor calibration every 2s and AGC reset every 30s in main loop. - Reorder loop to match Dispatcher: calibrate + radio.loop() before AGC reset and recvRaw() so RSSI is never sampled right after startReceive(). - Update protocol doc with calibration intervals and typical noise floor range. - Variant platformio.ini updates (heltec_v3, rak4631).
2026-02-03Fix URLsDon Patterson
2026-02-04refactor documentationliamcottle
2026-02-03Merge pull request #1545 from ViezeVingertjes/kiss-modem-firmwareripplebiz
Add KISS-like Modem example and protocol documentation
2026-02-03Merge pull request #1579 from liamcottle/docsLiam Cottle
Add mkdocs for automated documentation site