Ryan Gregg
a206f3e066
Merge remote-tracking branch 'upstream/dev' into rak-ethernet
...
# Conflicts:
# docs/faq.md
# examples/companion_radio/main.cpp
2026-06-20 14:39:03 -07:00
Scott Powell
07a3ca9e05
Merge branch 'dev'
...
# Conflicts:
# docs/faq.md
2026-06-06 21:12:43 +10:00
Sefinek
81510e7495
docs: fix remaining rendering issues
2026-06-03 00:38:53 +02:00
Sefinek
4dcd664363
docs: fix remaining rendering issues
2026-06-03 00:32:25 +02:00
Sefinek
4f4699ab61
docs: fix remaining rendering issues
2026-06-03 00:28:09 +02:00
Sefinek
f7bff44572
docs: fix remaining rendering issues
2026-06-03 00:24:01 +02:00
Sefinek
456e14f7a7
docs: add missing periods at sentence endings
2026-06-03 00:15:26 +02:00
Sefinek
15913d580f
docs: fix FAQ rendering
2026-06-03 00:14:29 +02:00
Sefinek
3daa6adc83
docs: fix FAQ heading capitalization
2026-06-02 23:57:50 +02:00
Sefinek
6b5cf1a9d7
docs: fix FAQ link rendering
2026-06-02 23:48:28 +02:00
Sefinek
1422f02cd3
docs: fix FAQ rendering
2026-06-02 23:35:02 +02:00
Sefinek
f9a0f215c4
docs: fix FAQ resource link rendering
2026-06-02 23:31:25 +02:00
Sefinek
e0a6fd12b5
docs: fix FAQ bullet list rendering
2026-06-02 22:34:38 +02:00
Sefinek
4749a61bb4
docs: fix FAQ bullet list rendering
2026-06-02 22:30:42 +02:00
Sefinek
bf39919f15
docs: remove extra FAQ TOC indentation
2026-06-02 22:28:15 +02:00
Sefinek
cc05ae555a
docs: fix typos, grammar, and formatting in FAQ and code comments
2026-06-02 22:12:18 +02:00
Sefinek
2adea02e9c
docs: fix broken and misaligned tables
2026-05-28 15:15:47 +02:00
Sefinek
888ad4589c
docs: fix typos, grammar and Wi-Fi capitalisation across docs
2026-05-28 14:23:31 +02:00
Ryan Gregg
87bed4946c
Merge remote-tracking branch 'upstream/dev' into rak-ethernet
...
# Conflicts:
# examples/companion_radio/main.cpp
2026-05-18 20:57:28 +00:00
Avi0n
0be082b5f9
fix typos
2026-04-30 14:21:26 -07:00
Liam Cottle and GitHub
03a13aed30
Merge pull request #2413 from keithtweed/patch-1
...
Update script link in FAQ 4.7 to the repo of the fork
2026-04-27 14:17:19 +12:00
Keith Tweed and GitHub
b948369d71
Update script link in FAQ 4.7
2026-04-26 19:51:33 -06:00
uncle lit and GitHub
34db93150a
Removed links to outdated resources and links
...
Removed links to outdated resources and links
2026-04-26 18:35:02 -07:00
liamcottle
ecd0cfc1c1
update discord links
2026-04-24 15:57:34 +12:00
Ryan Gregg
2a2c7a171d
Merge remote-tracking branch 'upstream/dev' into rak-ethernet
...
# Conflicts:
# docs/faq.md
2026-04-20 15:06:09 +00:00
Scott Powell
dee3e26ac0
Merge branch 'dev'
...
# Conflicts:
# docs/faq.md
2026-04-19 11:35:03 +10:00
txkbaldlaw
96a16c238a
Additional Update to FAQs regarding Companion OTA
2026-04-17 16:17:12 -05:00
txkbaldlaw
4f9764b1b4
Update FAQ to include Companion OTA DFU updates
2026-04-17 10:56:51 -05:00
Liam Cottle and GitHub
bfd4800f59
Merge pull request #2176 from jschrempp/patch-1
...
Update RAK 4631 entry in FAQ on new bootloader - removed "see note"
2026-04-09 01:47:50 +12:00
liamcottle
9ec08228e5
update faq
2026-04-05 22:04:36 +12:00
uncle lit and GitHub
633db082d1
fixed typos and refined multibyte sections.
...
fixed typos and refined multibyte sections.
2026-03-31 12:22:11 -07:00
uncle lit and GitHub
ea6ec53709
Fix TOC insertion by Markdown All in One VS Code extension
...
Fixed an extra TOC jump link inserted by VSCode Markdown All in One VS Code extension.
2026-03-29 16:22:41 -07:00
Jim Schrempp and GitHub
7268d7d0d3
Update RAK 4631 entry in FAQ on new bootloader
...
Removed "see note" from RAK 4631 entry in FAQ.
2026-03-27 15:51:36 -07:00
uncle lit and GitHub
aad1cf81da
add multibyte FAQ, reference awesome-meshcore community projects, minor changes
...
- 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-27 11:39:29 -07:00
Janez T
2f68769185
fix: Widen grp data type
...
ref: #1928
2026-03-19 09:25:42 +01:00
Ryan Gregg and Claude Opus 4.6
eba2446747
Merge upstream/dev into rak-ethernet
...
Resolve conflicts: keep both Ethernet CLI and SenseCAP power-off
button code in repeater, keep both Ethernet docs and power management
CLI docs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-13 11:07:09 -07:00
Ryan Gregg and Claude Sonnet 4.6
61ba79966b
Address PR review feedback from liamcottle (second round)
...
- Rename eth command to eth.status for consistency with other commands
- Rename generateDeviceMac to generateEthernetMac for clarity
- Refactor ethernet_handle_command to return false by default
- Allow new TCP clients to replace existing connections (repeater, room server, SerialEthernetInterface)
- Boot companion radio without Ethernet on init failure (LoRa-only recovery mode)
- Remove > prompt from ethernet CLI for consistency with serial interface
- Fix variable redeclaration compile error in SerialEthernetInterface when ETHERNET_STATIC_IP is defined
- Fix TCP socket leak when duplicate client detection fires
- Remove dead recv_queue and adv_restart_time members from SerialEthernetInterface
- Fix port numbers in docs (port 23 for repeater/room server CLI, port 5000 for companion radio)
- Clarify eth.status command is only available in repeater and room server firmware
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-11 12:43:08 -07:00
Ryan Gregg and Claude Opus 4.6
ffe0853d7f
Add Ethernet documentation for RAK4631 ETH support
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 20:58:34 -07:00
Robert Ekl
0d0b31eb52
docs: sync CLI and payload docs with implementation
2026-03-08 21:31:08 -06:00
Liam Cottle and GitHub
eeae32b25d
Merge pull request #1826 from 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-25 15:25:26 +13:00
dreirund and GitHub
ff72564bca
docs/faq.md: Categorising section 5.14. "Q: Are there are projects built 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-24 18:19:50 +01:00
dreirund and GitHub
b16adee4bb
docs/faq.md: Table of Contents: Remove bogous [| | High Output | 22 dBm | 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-24 17:48:30 +01:00
dreirund and GitHub
5e24d03a91
faq.md: Section 5.14: Added more external projects.
...
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-24 13:26:30 +01:00
Liam Cottle and GitHub
603bd0e446
Merge pull request #1346 from mboelen/patch-1
...
Update faq.md
2026-02-15 18:20:00 +13:00
Don Patterson
dccdc4d958
Fix URLs
2026-02-03 18:06:23 -08:00
liamcottle
4af31e552e
refactor documentation
2026-02-04 00:59:13 +13:00
Michael Boelen and GitHub
599e15fd0c
Update faq.md
...
Fix of a typo, change second sentence to start with a capital (like Q 3.6), adding missing dot in 3.8, and turn 3.8 into a question.
The file on dev branch is outdated, so submitting this on main.
2026-01-08 15:20:05 +00:00
uncle lit and GitHub
a93527a474
fix Station G2 output dBm typo
...
fix Station G2 output dBm typo reported on https://github.com/meshcore-dev/MeshCore/issues/1304
changed 26.5 dBm to 36.5 dBm
2026-01-02 22:34:10 -08:00
uncle lit and GitHub
27c92d2fe9
Update FAQ with new MeshCore applications and tx power settings for amped radios
...
Added entries for meshcore-pi and pyMC_Repeater to the FAQ
Added tx power settings for amped radios
2025-12-21 21:48:56 -08:00
mattzzw and GitHub
2bcc9c10d2
Update faq.md
...
Fix typo
2025-12-14 18:29:49 +01:00