Scott Powell
42db60bc26
* markdown changes
4 months ago
Janez T
ae9fcb3c0b
fix: Rename grp dev type
ref: #1928
4 months ago
Janez T
2f68769185
fix: Widen grp data type
ref: #1928
4 months ago
Janez T
1fb26e7623
fix: Drop grp data timestamp
ref: #1928
4 months ago
Wessel Nieboer
1f48d2b869
Address comments
5 months ago
Janez T
2fe3c36b8f
fix: Trim grp docs
ref: #1928
5 months ago
Janez T
896d60c026
fix: Keep data docs only
ref: #1928
5 months ago
Janez T
37b72ffc17
fix: Scope group data docs
ref: #1928
5 months ago
Janez T
f25d7a882a
fix: Align channel data framing
ref: #1928
5 months ago
Janez T
a21b83b127
fix: address comments
ref:
5 months ago
Janez T
0e98939987
feat: Require 0xFF for custom payloads
ref:
5 months ago
Janez T
9b84278607
feat: Add support for PAYLOAD_TYPE_GRP_DATA
Docs changes are to reflect how it is currently in fw
This adds ability to send datagram data to everyone in channel
5 months ago
Robert Ekl
003eda1f1a
docs: clarify path length encoding
5 months ago
Robert Ekl
6978fc4bc9
Fix T1000-E pin comments
5 months ago
whywilson
69123ca056
Update GAT562_Mesh_EVB_Pro Config and remove LoRa Specification and change Repeater name.
5 months ago
Liam Cottle
a22c4b6270
Merge pull request #2052 from Orum/dev
Add MCU temperature to telemetry responses from room servers.
5 months ago
Orum
b4b66521b6
Add MCU temperature to telemetry responses from room servers.
5 months ago
Jouni
4b6eb70b02
Airtime (af) documentation update
5 months ago
Liam Cottle
f9250da590
Merge pull request #1653 from jbrazio/2026/remote-lna
Implement remote LNA toggle CLI command
5 months ago
João Brázio
83b7a95679
Merge pull request #2 from weebl2000/2026/remote-lna
Make sure LR1110 builds
5 months ago
João Brázio
92bef49c55
Merge branch 'dev' into 2026/remote-lna
5 months ago
João Brázio
274e00df50
Merge remote-tracking branch 'upstream/dev' into 2026/remote-lna
5 months ago
João Brázio
75895895f0
Add USE_SX1262 flag to multiple platformio.ini configurations
5 months ago
whywilson
fa662d73e9
Merge branch 'dev' of https://github.com/meshcore-dev/MeshCore into dev
5 months ago
ripplebiz
2f2d92cadb
Merge pull request #1964 from EtoOnAmill/main
Removed section for isolated `get bridge.source`
5 months ago
ripplebiz
c0d73ec4a1
Merge pull request #1984 from samschlegel/samschlegel/rak3401-power-management
Add nrf52 power management for RAK3401
5 months ago
ripplebiz
a0867a0b1b
Merge pull request #2009 from MGJ520/dev
Support for GAT562 30S Mesh Kit device and fix other minor issues
5 months ago
ripplebiz
1a35d33b6c
Merge pull request #2023 from nextgens/fix_pio_upload
fix pio upload
5 months ago
Scott Powell
fcfdc5fc5b
* Repeater and Room Server: flood advert timer now uses the path_hash_mode pref
5 months ago
ripplebiz
2de44e5f5b
Merge pull request #2037 from weebl2000/fix-heltec-E213-E290-eink
Fix Heltec E213 and E290 e-ink board builds
5 months ago
Wessel Nieboer
0e62240119
Set AUTO_OFF_MILLIS to 0 for E213, E290
5 months ago
Wessel Nieboer
696323c11b
Fix Heltec E213 and E290 e-ink board builds
5 months ago
Liam Cottle
ba71820691
Merge pull request #2026 from sybrenstuvel/sybren/dev-fix-sensecap-solar-led-green
Sybren/dev fix sensecap solar led green
5 months ago
Sybren A. Stüvel
9349e6ab6b
SenseCap Solar: fix use of LED_GREEN
5188221584 changed LED_RED/GREEN to
LED_WHITE/BLUE, but didn't convert all uses of LED_GREEN.
5 months ago
Florent Daigniere
8ee4dc64e1
fix build
5 months ago
Ryan Gregg
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 <[email protected] >
5 months ago
Ryan Gregg
88892de864
Fix Ethernet init checking hardwareStatus before begin() and deduplicate CLI code
The Ethernet retry loop in repeater and room server checked
hardwareStatus() and linkStatus() before calling Ethernet.begin(),
which always returned EthernetNoHardware since hardware detection
only happens during begin(). Extract shared Ethernet CLI code into
EthernetCLI.h to prevent future divergence. Also fix time_t type
mismatch in companion radio Ethernet init.
Co-Authored-By: Claude Opus 4.6 <[email protected] >
5 months ago
Wessel Nieboer
9af332b6e6
Make sure LR1110 builds
5 months ago
Liam Cottle
aedc00e16a
Merge pull request #1999 from weebl2000/also-sanity-build-main-dev
Have the github workflow sanity check also run against main and dev
5 months ago
whywilson
c994c6206d
Add GAT562 Mesh EVB Pro Repeater and Room Server.
5 months ago
MGJ
7ecfbfd4e6
Merge branch 'meshcore-dev:dev' into dev
5 months ago
MGJ
307142986f
Support for GAT562 30S Mesh Kit device
5 months ago
MGJ
82689512f8
Fix incorrect comments
5 months ago
MGJ
e9ff0bd9b0
Remove GAT562 Mesh Tracker Pro device radio preset
5 months ago
Scott Powell
bb8dc5b55b
Merge branch 'main' into dev
5 months ago
ripplebiz
792f299986
Merge pull request #1873 from Specter242/codex/sensecap-solar-led-poweroff-parity
sensecap solar: add poweroff/shutdown support and nrf52 PM parity
5 months ago
kelsey hudson
a56419dc21
R1 Neo: Turn off debugging, rtc cleanup
5 months ago
Ryan Gregg
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 <[email protected] >
5 months ago
Wessel Nieboer
3c0d186569
Fix memcp compare length off by one
Co-authored-by: ViezeVingertjes <[email protected] >
5 months ago
Wessel Nieboer
bcfe001370
Have our github PR sanity check also run against main and dev for every merge
This will pick up any easy to spot build failures on dev/main
5 months ago