liamcottle
b37201db89
double press top button to go back on gat562 mesh watch
2 months ago
liamcottle
1a897a3b5f
use top button to wake hibernated gat562 mesh watch
2 months ago
Liam Cottle
856df241ee
Merge pull request #2138 from MGJ520/dev_GAT562_Mesh_Watch13
Support for GAT562 Mesh Watch13 device
2 months ago
Liam Cottle
7fc32639a6
Merge pull request #2202 from terminalvelocity23/fix/discover-neighbors-public
Move sendNodeDiscoverReq() from private to public to enable post-boot neighbor discovery
2 months ago
ripplebiz
f8fcc1717a
Merge pull request #2190 from brianwiddas/espnow-missing-methods
Add missing methods in ESPNOWRadio()
2 months ago
terminalvelocity23
08de3fb01f
Make sendNodeDiscoverReq() public for post-boot discovery
2 months ago
Brian Widdas
811ac1cd02
Add missing methods in ESPNOWRadio()
ESP-NOW radios (ie, Generic_ESPNOW_* variants) do not compile due to
missing methods
Changes in January 2026 (019bbf74 ) to add additional stats (receive errors)
to CMD_GET_STATS was not implemented in the ESPNOWRadio() class
Changes in March 2026 (9a95e25e ) to add setRxBoostedGainMode to all devices
rather than just SX1262/SX1268 were not applied to the ESPNowRadio() driver
Specifically, this change adds the following to ESPNOWRadio()
* getPacketsRecvErrors() - always returns 0
* getRxBoostedGainMode() - always returns false
* setRxBoostedGainMode() - does nothing
2 months ago
ripplebiz
bdeb7d8053
Merge pull request #1982 from weebl2000/radiolib7.6.0
Bump RadioLib to 7.6.0
2 months ago
Scott Powell
efc875b1b6
* more notes about number_allocations
2 months ago
Scott Powell
6fb8e60b5f
* number_allocations.md data-type range changes
2 months ago
Scott Powell
515af35b13
* docs changes for PAYLOAD_TYPE_GRP_DATA
2 months ago
MGJ
76be69dcde
Reduce unnecessary compilation time
2 months ago
ripplebiz
517f2f1efd
Merge pull request #1961 from weebl2000/dutycycle-command
Add get/set dutycycle command
2 months ago
fdlamotte
15b246924e
Merge pull request #2121 from archef2000/patch-1
Fix typo for ThinkNode M5 room server environment
2 months ago
Scott Powell
2325973fec
* Companion: applyGPSPrefs() now just in one place (moved out of UITask)
2 months ago
Liam Cottle
8637a749f7
Merge pull request #2018 from got-root/fix/companion-radio-gps-persistence
fix(companion_radio): apply persisted GPS enabled setting on boot for ui-orig devices
2 months ago
Alejandro Ramirez
f8dbdce6bb
fix: apply persisted GPS enabled setting on boot for companion radio
The companion_radio example was not restoring the GPS enabled/disabled
preference from flash after reboot. The preference was being saved
correctly when toggled via the mobile app, but on boot,
sensors.begin() -> initBasicGPS() unconditionally sets gps_active=false
and nothing subsequently restored the persisted state.
Added applyGpsPrefs() (matching the pattern in simple_repeater,
simple_sensor, and simple_room_server) and call it from main.cpp
after sensors.begin() to ensure the GPS hardware is initialized
before the saved preference is applied.
3 months ago
MGJ
cd6c09a0d9
Support for GAT562 Mesh Watch13 device
2 months ago
Wessel Nieboer
37d1a75e7c
Merge branch 'dutycycle-command' of github.com:weebl2000/MeshCore into dutycycle-command
2 months ago
Wessel Nieboer
fb08fc0b1e
restore docs
2 months ago
Liam Cottle
bdf10506f2
Merge pull request #2134 from jeroenvermeulen/station-g2-default-radio-rxgain
Fix default radio.rxgain for Station G2
2 months ago
Jeroen Vermeulen
da689c8e91
Fix default radio.rxgain for Station G2
As @LitBomb pointed out in his [comment](https://github.com/meshcore-dev/MeshCore/issues/2118#issuecomment-4108168109 ) on #2118 RX Boosted Gain should not be enabled for the Station G2.
This change is a fix for #2124 to make the default of `radio.rxgain` to be OFF on the Station G2.
This restores the pre-1.14.1 behaviour with the only change being the user is now able to change the setting in the CLI.
2 months ago
Wessel Nieboer
728b586c3a
Address comments
3 months ago
Wessel Nieboer
741392889d
Fix memcp compare length off by one
Co-authored-by: ViezeVingertjes <[email protected] >
3 months ago
Wessel Nieboer
0aa0ec1f16
Add get/set dutycycle command
We translate to af internally, it's easier to store and doesn't break
stored prefs. Made get/set af command show deprecated, but it still
works fine.
3 months ago
Wessel Nieboer
7829c51898
Bump to RadioLib 7.6.0
3 months ago
ripplebiz
df01fd3efb
Merge pull request #2130 from liamcottle/refactor/channel-data
Adjustments to PR #1928 - Custom Group Data
2 months ago
liamcottle
1d61df72c3
add define for reserved group data type
2 months ago
liamcottle
c78f7133c9
reorder command args
2 months ago
liamcottle
ed326255d5
add support for direct paths when sending group data
2 months ago
Liam Cottle
91aed048e9
Merge pull request #1928 from dz0ny/feat/grp-data-upstream
feat: Add support for PAYLOAD_TYPE_GRP_DATA
2 months ago
Liam Cottle
7d49faa6f7
Merge pull request #2106 from jeroenvermeulen/document-radio.rxgain
Documented get/set radio.rxgain + discover.neighbors
2 months ago
Jeroen Vermeulen
54f6ac4929
Add discover.neighbors command documentation
2 months ago
Jeroen Vermeulen
46de7f46dd
Merge pull request #1 from meshcore-dev/dev
Update from Main repo's dev
2 months ago
Jeroen Vermeulen
f543ba22de
Update temporary note with a hyperlink to issue #2118
2 months ago
Jeroen Vermeulen
31a08e1de6
Update note for upgrade to version 1.14.1
Clarify note regarding upgrade from older version.
2 months ago
Liam Cottle
8009cf0d14
Merge pull request #2126 from recrof/allow-lower-freq
Allow to set lower LoRa frequency
2 months ago
Rastislav Vysoky
285fc685c5
allow to set lower LoRa frequency
2 months ago
Liam Cottle
1ccb054aeb
Merge pull request #2109 from jbrazio/2026/from-bun-to-node
Update devcontainer features to use Node instead of Bun
2 months ago
ripplebiz
d4ba66cc14
Merge pull request #2124 from weebl2000/fix-radio-rxgain-true-by-def
Make radio.rxgain true by default after upgrades
2 months ago
Wessel Nieboer
ff5aad71a6
Make radio.rxgain true by default after upgrades
2 months ago
Liam Cottle
127057e7bc
Merge pull request #2042 from whywilson/dev
Add GAT562 Mesh EVB Pro Repeater and Room Server
2 months ago
Konstantin
c7b8db55e6
Fix typo for ThinkNode M5 room server environment
2 months ago
whywilson
b07ab2bc55
Remove useless define in GAT562_Mesh_EVB_Pro.
3 months ago
João Brázio
0ac33479d3
fix: update devcontainer features to use node instead of bun
3 months ago
Jeroen Vermeulen
7e6d8dde13
Update note about setting when upgrading
Clarified note regarding default setting for upgrades from older versions.
See https://github.com/meshcore-dev/MeshCore/pull/1653#issuecomment-4101341378
3 months ago
Jeroen Vermeulen
dbfc29b06a
Documented get/set radio.rxgain CLI command
Added documentation for RX Boosted Gain Mode commands.
3 months ago
ripplebiz
7fa7ac24db
Merge pull request #1867 from Quency-D/dev-heltec-v4.3
add heltec v4.3 board
3 months ago
Liam Cottle
0b0fdb83d4
Merge pull request #2097 from Quency-D/heltec-t096
add heltec_mesh_node_t096 board.
3 months ago
Quency-D
f6cfed66b3
add heltec_mesh_node_t096 board.
3 months ago