Kevin Le
6b1099161c
Added Power Saving for NRF52 companions
4 months ago
agessaman
1296aa7792
Refactor region def with helpers, refine docs
Extract the inline cursor-walk in handleRegionCmd into file-local
helpers (skipSpaces, rtrimSpaces, takeToken, splitNameJump,
processRegionDefSegment), grouped immediately above the consumer.
Behavior is identical; addresses PR #2540 review feedback on
readability.
Tighten the region def docs: collapse five Note callouts into three
grouped paragraphs (Behavior / Existing regions / Limits), add a
case-sensitivity caveat plus an error example, note the cursor reset
between split commands, and use generic placeholder names.
2 months ago
Rastislav Vysoky
01500e55d8
Change room server flood advert interval to 47 hours
2 months ago
Rastislav Vysoky
40180b8fe6
Update repeater flood advert interval to 47 hours
2 months ago
ripplebiz
23f48e025f
Merge pull request #2517 from oltaco/techo-card
Add support for LilyGo T-Echo Card (and tiny-ui!)
3 months ago
taco
efaf95d685
fix debug params for t-echo card
3 months ago
taco
7c8d84ffb5
remove deprecated functions, fix typo and style
3 months ago
taco
26c641bc63
tiny ui rendering fixes
3 months ago
taco
9f683975c1
add torch
3 months ago
taco
8540c98947
add tinyui for lilygo t-echo card
3 months ago
taco
5058415fa3
u8g2 wrapper: allow larger font when size >= 2
3 months ago
pelgraine
2462cf6c97
add wrapper for u8g2 display driver
3 months ago
taco
1e740d30f2
initial t-echo card support
3 months ago
Huw Duddy
bfdceae16e
Merge pull request #2443 from kizniche/fix-rxdelay-txdelay
Fix: Enforce upper bounds for rxdelay, txdelay, and direct.txdelay
3 months ago
Liam Cottle
683299079f
Merge pull request #2594 from meshcore-dev/extended-ack
support for sending 6-byte ACKs
3 months ago
Scott Powell
a130a95a0d
* added 6th byte to ACK, with RNG
3 months ago
Huw Duddy
0a13f6bcba
Merge pull request #2576 from csrutil/fix/heltec-t096-sensor-env
Add Heltec T096 sensor environment
3 months ago
Liam Cottle
f03662af11
Merge pull request #2592 from oltaco/nrf52-pio-target-fix
Fix upload and monitor targets for nrf52 envs
3 months ago
taco
b92fcbed10
add openocd_target to lilygo t-impulse board.json
3 months ago
Mark Jocas
63fe3d42a2
Corrects typos and grammatical errors
Improves readability across documentation and inline comments by fixing common spelling mistakes and duplicate words.
3 months ago
Quency-D
250f448c3f
Merge branch 'dev' into cli-lna-command
3 months ago
Scott Powell
717142abd6
* bug fix
3 months ago
Ryan Gregg
40bd7d511b
Fix companion disconnect on inbound packet; use server.accept()
EthernetServer::available() returns any socket with data, including the
already-connected client's socket. The companion path then called stop()
on what it thought was a duplicate client, closing the shared socket and
disconnecting the companion after the first packet.
Switch both SerialEthernetInterface and EthernetCLI to server.accept(),
which only returns newly-accepted sockets. Removes the IP/port duplicate
detection in the companion path (no longer reachable) and the same-socket
early-return in the CLI path.
Reported by mcode6726 on PR #1983 .
3 months ago
Ryan Gregg
87bed4946c
Merge remote-tracking branch 'upstream/dev' into rak-ethernet
# Conflicts:
# examples/companion_radio/main.cpp
3 months ago
Scott Powell
2eb747d504
* fix
3 months ago
Scott Powell
f6e6fdaa05
* support for sending 5-byte ACKs
3 months ago
csrutil
0cf4d422a8
Add Heltec T096 sensor environment
3 months ago
Liam Cottle
39b333656b
Merge pull request #2574 from ViezeVingertjes/docs/kiss-txbusy-error
Document HW_ERR_TX_BUSY in KISS modem protocol
3 months ago
agessaman
f3c6c34883
Update CLI command from `region bulk` to `region def`
3 months ago
ViezeVingertjes
79caba5bab
Document HW_ERR_TX_BUSY in KISS modem protocol
3 months ago
ripplebiz
c940ea5f30
Merge pull request #2567 from recrof/patch-4
Change MeshCore intro video link to The Comms Channel's MC intro playlist
3 months ago
Quency-D
1ac5f359ca
Added touch reset
3 months ago
Kevin Le
f29cae602f
Added flash_mode=dio to avoid boot loop when flashing using merge.bin
3 months ago
Rastislav Vysoky
d4c99dec65
Change MeshCore intro video link to The Comms Channel's MC intro playlist
3 months ago
Liam Cottle
cf9bf1d7fe
Merge pull request #2565 from willumpie82/ble-pin-code
Disable BLE_PIN_CODE for E290 companion USB environment
3 months ago
Willem Oldemans
e1616ff29d
Remove static BLE_PIN_CODE definition from Heltec E290_usb configuration
3 months ago
Willem Oldemans
973321d9b1
Disable BLE_PIN_CODE for E290 companion USB environment
Remove the hardcoded BLE_PIN_CODE build flag from the Heltec_E290_companion_ble
environment. The presence of BLE_PIN_CODE prevents the unit from operating as a
USB companion. Commenting it out allows dynamic PIN generation and enables USB
companion functionality.
3 months ago
Liam Cottle
6325a85336
Merge pull request #2493 from Rococo88/complex-wifi-reconnect
Refactor WiFi auto-reconnect to use non-blocking polling
3 months ago
Quency-D
c183050935
Add heltec -v4-r8 board
3 months ago
ripplebiz
0db7715430
Merge pull request #2497 from oltaco/reduce-esp32-dram
Reduce dram0_0 usage on older ESP32 boards
3 months ago
ripplebiz
f4be34a997
Merge pull request #2515 from Cisien/station-g3-esp32
Add support for Station G3 and its software configurable LNA/PA1
3 months ago
ripplebiz
181a54e718
Merge pull request #2532 from swaits/fix/trace-offset-widening
fix(mesh): widen TRACE offset to uint16 to avoid narrowing
3 months ago
Liam Cottle
555745700e
Merge pull request #2543 from meshcore-dev/cmd-send-raw
new CMD_SEND_RAW_PACKET
3 months ago
Scott Powell
c588540b1b
* new CMD_SEND_RAW_PACKET
3 months ago
Liam Cottle
910b1bee5b
Merge pull request #2541 from AI7NC/patch-2
Update cli_commands.md to include 'ver'
3 months ago
AI7NC
16cb6d518f
Update cli_commands.md to include 'ver'
Include the 'ver' command for retrieving the firmware version
3 months ago
agessaman
19f950018c
Add bulk region hierarchy command to CLI
Add a new command `region bulk` for defining region hierarchies in a single line. This command allows users to create multiple regions in a single message. Updated the documentation to include usage examples and detailed parameter descriptions.
3 months ago
Huw Duddy
12a37a224a
Merge pull request #2536 from recrof/patch-3
revert: "feat: Enable GPS on RAK 1W kit" (#2401 )
3 months ago
Rastislav Vysoky
68363d9e4d
revert: "feat: Enable GPS on RAK 1W kit" ( #2401 )
reverted changes to RAK_BOARD and PIN_GPS_EN. setting `RAK_BOARD` would cause radio to stop working and end with RadioLib error -707
3 months ago
Quency-D
3a546a6395
add heltec tower v2
3 months ago