AkkerKid
854ad0ea58
fix(heltec-v3): powerOff() arms user button + LoRa-DIO1 wake mask
HeltecV3Board::powerOff() called enterDeepSleep(0) with the default
pin_wake_btn = -1, so the wake mask armed only LoRa-DIO1. The user
button (PIN_USER_BTN) was never armed despite typical long-hold-button-
to-hibernate UX prompts expecting it to wake.
Mirrors the same fix landed for HeltecV4Board in May 2026 in the
downstream meshomatic-conduit-firmware fork
(akkerkid/meshomatic-conduit-firmware fix/hibernate-button-only-wake),
where this bug shipped to ~80 conduit units before discovery. V3 in
upstream carries the identical bug shape today.
One-line fix: pass PIN_USER_BTN explicitly. No API changes; the
default-arg signature stays. Affected use case: any board class user
that calls `powerOff()` expecting both LoRa packets AND the user
button to wake the device (the OLED prompt "Tap button to wake" reads
that way).
Signed-off-by: AkkerKid <[email protected] >
4 weeks ago
ripplebiz
c940ea5f30
Merge pull request #2567 from recrof/patch-4
Change MeshCore intro video link to The Comms Channel's MC intro playlist
4 weeks ago
Rastislav Vysoky
d4c99dec65
Change MeshCore intro video link to The Comms Channel's MC intro playlist
1 month ago
ripplebiz
181a54e718
Merge pull request #2532 from swaits/fix/trace-offset-widening
fix(mesh): widen TRACE offset to uint16 to avoid narrowing
1 month ago
Liam Cottle
910b1bee5b
Merge pull request #2541 from AI7NC/patch-2
Update cli_commands.md to include 'ver'
1 month ago
AI7NC
16cb6d518f
Update cli_commands.md to include 'ver'
Include the 'ver' command for retrieving the firmware version
1 month ago
Stephen Waits
09a27a2591
fix(mesh): widen TRACE offset to uint16 to avoid narrowing
1 month ago
ripplebiz
1a7b3614a8
Merge pull request #2388 from OhYou-0/lilygo-teth-elite-board-support
Add LilyGo T-ETH Elite SX1262 board support
2 months ago
Liam Cottle
03a13aed30
Merge pull request #2413 from keithtweed/patch-1
Update script link in FAQ 4.7 to the repo of the fork
2 months ago
ripplebiz
fed8d36d03
Merge pull request #2412 from LitBomb/patch-25
Removed links to outdated resources and links
2 months ago
Keith Tweed
b948369d71
Update script link in FAQ 4.7
2 months ago
uncle lit
34db93150a
Removed links to outdated resources and links
Removed links to outdated resources and links
2 months ago
Liam Cottle
528bf3f61e
add FUNDING.yml
2 months ago
OhYou-0
68360157ec
Add LilyGo T-ETH Elite board support
2 months ago
liamcottle
ecd0cfc1c1
update discord links
2 months ago
Scott Powell
dee3e26ac0
Merge branch 'dev'
# Conflicts:
# docs/faq.md
2 months ago
Scott Powell
3751785400
* version 1.15.0
2 months ago
Scott Powell
49b37d5622
* minor bounds fix
2 months ago
ripplebiz
35b5548c0c
Merge pull request #2328 from recrof/xiao_c3-companion-fix
fix: remove sensors from xiao c3 companion because of bootloops
2 months ago
Liam Cottle
54a48da6b5
Merge pull request #2306 from petrkr/otaupdate2
SDK3.x: Fix OTA includes, bump Async version
2 months ago
Rastislav Vysoky
0899f66034
fix: remove sensors from xiao c3 companion because of bootloops
2 months ago
Liam Cottle
acdb41fcf9
Merge pull request #2103 from robekl/docs-radio-rxgain
docs: add radio.rxgain command reference
2 months ago
Liam Cottle
352fe5f4ae
Merge pull request #2315 from jirogit/fix/wireless-paper-companion-usb
feat: add USB Companion Radio env for Heltec Wireless Paper
2 months ago
liamcottle
cfe4b0b9a5
bleuart service stay registered first to prevent gatt cache issues on android when already paired
2 months ago
Liam Cottle
77d737beb9
Merge pull request #2323 from txkbaldlaw/updated-companion-dfu-from-mt
Add support for Companion BLE OTA updates on nRF devices
2 months ago
txkbaldlaw
96a16c238a
Additional Update to FAQs regarding Companion OTA
2 months ago
txkbaldlaw
4f9764b1b4
Update FAQ to include Companion OTA DFU updates
2 months ago
Scott Powell
d7a3d41843
Merge branch 'default-scope' into dev
2 months ago
Scott Powell
91f3fa0bdf
* CLI: 'region put ...' now defaults to flood allowed
2 months ago
Scott Powell
7cdb056cb3
* CLI: 'region default ...' now auto-creates the region
2 months ago
Scott Powell
77d02e844f
* bug fix
2 months ago
Scott Powell
d3ba89c8bb
* doco: "region default"
2 months ago
txkbaldlaw
b898e7a04e
Add DFU to BLE Stack
2 months ago
Scott Powell
df1e12de3e
* Repeater, room server: rule change for sendFloodReply()
2 months ago
jirogit
230c9af87b
feat: add USB Companion Radio env for Heltec Wireless Paper
2 months ago
Scott Powell
d2fdd6fad4
* companion: FIRMWARE_VER_CODE now bumped to 11
2 months ago
Scott Powell
576e9dfd45
* bug fix
2 months ago
Scott Powell
4131a455a2
* repeater: refactored 'region' CLI commands -> CommonCLI
* room server: added RegionMap, and new CommonCLI wiring, default_scope handling
* sensor: only minimal RegionMap wiring. Still needs work to handle default-scope
2 months ago
Petr Kracik
e6c6282d40
Variants: Enable ElegantOTA on ESP32-C6 devices
2 months ago
Petr Kracik
3a9e1086af
SDK3.x: Fix OTA includes, bump Async version
2 months ago
Scott Powell
569cfe177a
* repeater: default-scope support
2 months ago
Liam Cottle
9f680d1744
Merge pull request #2302 from recrof/patch-2
xiao nrf52 companion usb: Add OFFLINE_QUEUE_SIZE=256
2 months ago
Rastislav Vysoky
bd05eca9f5
Add OFFLINE_QUEUE_SIZE=256 for xiao nrf52 companion usb
2 months ago
Huw Duddy
49221fc159
Merge pull request #2298 from TheMalkavien/fix/waveshare-rp2040-rx-sensitivity
Fixes #2294 : RX path not enabled on Waveshare RP2040
2 months ago
Scott Powell
efdd2b6a6c
* companion: simplified the CMD_GET / CMD_SET _DEFAULT_FLOOD_SCOPE
2 months ago
Scott Powell
d131e8ae35
* companion: RegionMap now used in Datastore
* companion: new CMD_SET_DEFAULT_FLOOD_SCOPE
* support for regional builds with DEFAULT_REGION_SCOPE
2 months ago
Liam Cottle
748f9cfdda
Merge pull request #2072 from robekl/fix-t1000e-pin-comments
Fix T1000-E pin comments
2 months ago
Liam Cottle
7e4d5f723a
Merge pull request #2102 from robekl/docs-gps-output-format
docs: align gps output description with CLI
2 months ago
Liam Cottle
3ff8b17660
Merge pull request #1833 from olanwe/set-wifi-offline-queue-sizes
Set OFFLINE_QUEUE_SIZE=256 for missing WiFi companion environments
2 months ago
liamcottle
7d8d66c3e6
fix compilation error in wifi variants due to not enough ram
2 months ago