Huw Duddy
bfdceae16e
Merge pull request #2443 from kizniche/fix-rxdelay-txdelay
Fix: Enforce upper bounds for rxdelay, txdelay, and direct.txdelay
2 months ago
Liam Cottle
683299079f
Merge pull request #2594 from meshcore-dev/extended-ack
support for sending 6-byte ACKs
2 months ago
Scott Powell
a130a95a0d
* added 6th byte to ACK, with RNG
2 months ago
Huw Duddy
0a13f6bcba
Merge pull request #2576 from csrutil/fix/heltec-t096-sensor-env
Add Heltec T096 sensor environment
2 months ago
Liam Cottle
f03662af11
Merge pull request #2592 from oltaco/nrf52-pio-target-fix
Fix upload and monitor targets for nrf52 envs
2 months ago
taco
b92fcbed10
add openocd_target to lilygo t-impulse board.json
2 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.
2 months ago
Quency-D
250f448c3f
Merge branch 'dev' into cli-lna-command
2 months ago
Scott Powell
717142abd6
* bug fix
2 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 .
2 months ago
Ryan Gregg
87bed4946c
Merge remote-tracking branch 'upstream/dev' into rak-ethernet
# Conflicts:
# examples/companion_radio/main.cpp
2 months ago
Scott Powell
2eb747d504
* fix
2 months ago
Scott Powell
f6e6fdaa05
* support for sending 5-byte ACKs
2 months ago
csrutil
0cf4d422a8
Add Heltec T096 sensor environment
2 months ago
Liam Cottle
39b333656b
Merge pull request #2574 from ViezeVingertjes/docs/kiss-txbusy-error
Document HW_ERR_TX_BUSY in KISS modem protocol
2 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
Stephen Waits
09a27a2591
fix(mesh): widen TRACE offset to uint16 to avoid narrowing
3 months ago
liamcottle
b0b87fd709
fix gps pins for lilygo t impulse plus
3 months ago
Liam Cottle
c4523f71a9
Merge pull request #2522 from liamcottle/board/lilygo-t-impulse-plus
Add support for LilyGo T-Impulse-Plus
3 months ago
liamcottle
2fdbfbdbf6
turn off 3.3v rail when powering off
3 months ago
Liam Cottle
96bbed225a
Merge pull request #2520 from Quency-D/heltec-mesh-node-t1
add heltec-mesh-node-t1
3 months ago
liamcottle
a49ee6ebe9
fix battery voltage reading
3 months ago
liamcottle
242c45f4a3
initial support for lilygo t impulse plus
3 months ago
Liam Cottle
3cdcb3ef84
Merge pull request #2519 from oltaco/customlfs-0.2.2
pin CustomLFS to version 0.2.2
3 months ago
Quency-D
6d3b71eed9
add heltec-mesh-node-t1
3 months ago
taco
716ba8ee5e
pin CustomLFS to version 0.2.2
CustomLFS 0.2.2 adds support for the flash chip in LilyGo T-Echo Card and T-Echo Lite
3 months ago
Huw Duddy
3eacc49489
Merge pull request #2503 from jirogit/fix/techo-lite-non-shell-usb
feat(techo-lite): add USB companion radio target for non-shell variant
3 months ago
Liam Cottle
e7ea2fc563
Merge pull request #2516 from oltaco/disable-ds3231-probe
Add option to disable DS3231 RTC probe
3 months ago
taco
e7e97ec438
add option to disable DS3231 probe
3 months ago