Snayler
bfdd5fb571
Fix formatting of ADC_MULTIPLIER definition
2 months ago
Snayler
4b25f0a3df
Add correct ADC_MULTIPLIER definition to Heltec Wireless Paper
2 months ago
Snayler
50e9456f28
Define ADC_MULTIPLIER for adjustable ADC calculation
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
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
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
Scott Powell
467959cc3b
* version 1.14.1
3 months ago
ripplebiz
ed990c638a
Merge pull request #2048 from j0uni/airtime-docs
Airtime (af) documentation update
3 months ago
ripplebiz
bce0c4703a
Merge pull request #2076 from robekl/docs/fix-path-length-encoding
docs: clarify path_length hash-size encoding
3 months ago
Scott Powell
42db60bc26
* markdown changes
3 months ago
Janez T
ae9fcb3c0b
fix: Rename grp dev type
ref: #1928
3 months ago
Janez T
2f68769185
fix: Widen grp data type
ref: #1928
3 months ago
Janez T
1fb26e7623
fix: Drop grp data timestamp
ref: #1928
3 months ago
Wessel Nieboer
1f48d2b869
Address comments
3 months ago
Janez T
2fe3c36b8f
fix: Trim grp docs
ref: #1928
3 months ago
Janez T
896d60c026
fix: Keep data docs only
ref: #1928
3 months ago
Janez T
37b72ffc17
fix: Scope group data docs
ref: #1928
3 months ago