Kevin Le
a92046b0eb
Put powerOff and enterDeepSleep to ESP32Board
1 week ago
liamcottle
b40968a0f0
stop tracking vscode extensions.json
1 week ago
ripplebiz
61e21462aa
Merge pull request #2867 from entr0p1/feature/sx1262-ldo-support
SX1262 LDO Support
1 week ago
Liam Cottle
acdf4e5bdc
Merge pull request #2372 from jirogit/fix/region-save-return-value
fix(RegionMap): save() returns actual write success instead of hardcoded true
1 week ago
ripplebiz
33fdf67e4d
Merge pull request #2874 from neilalexander/neil/replyregion
Fix `recv_pkt_region` incorrect usage
2 weeks ago
Neil Alexander
0d7379520f
Fix `recv_pkt_region` incorrect usage
The `recv_pkt_region` is set when processing a flood packet in `filterRecvFloodPacket`
but direct/non-flood packets would never pass through that function, so the pointer was
not cleared for them.
`sendFloodReply` would then later use it blindly, which meant that the response would
either inherit the region from the last flood packet, or refer to a non-initialised pointer
if no region floods had been received yet.
2 weeks ago
ripplebiz
affe61dc3b
Merge pull request #2880 from ckoehler/push-sonzsorqmwqz
refactor: split MeshTables::hasSeen into pure query + markSeen
2 weeks ago
Christoph Koehler
4f701b7aec
refactor: split MeshTables::hasSeen into pure query + markSeen
hasSeen() was simultaneously a predicate and a mutator — it inserted the
packet hash on every miss, making five call sites that only wanted to mark
a packet as sent call it with the return value discarded.
Split into:
- wasSeen() — pure predicate, no side effects
- markSeen() — explicit insert
All query sites now call markSeen() immediately after wasSeen() returns
false, preserving identical runtime behaviour. The five mark-only send
sites (sendFlood, sendDirect, sendZeroHop x2) now call markSeen directly.
Also fixes three bridge sites (BridgeBase, ESPNowBridge, RS232Bridge)
that had the same query+implicit-insert pattern.
Tests: add test/test_mesh_tables/ covering wasSeen purity, markSeen,
dup stats, and clear. Update SHA256 mock to produce deterministic output
(previously finalize() was a no-op). Add Packet.cpp to native build filter.
2 weeks ago
Liam Cottle
dd87371574
Merge pull request #2873 from ckoehler/fix/nix-devshell
build: add gcc, gtest to nix shell, fix native test framework
2 weeks ago
Christoph Koehler
4f7c1cb88f
build: add gcc, gtest to nix shell, fix native test framework
4 weeks ago
entr0p1
2cb3a29fa8
SX1262 LDO Support
- Added build flag "SX126X_USE_REGULATOR_LDO" (set to 1 to enable) to use LDO for the SX1262 radio instead of DC-DC when the DCDC pin isn't wired up (e.g. t-echo lite)
- Added additional debug mode diagnostic messages during SX1262 init to better highlight faults
2 weeks ago
Liam Cottle
1869b57d62
Merge pull request #2853 from HDDen/dev
Add Data-Type to number_allocations.md
2 weeks ago
HDDen
58b0f7df9c
Update number_allocations.md
2 weeks ago
HDDen
bc35208682
Update number_allocations.md
Added Data-Type range for MeshCore Images codec (range is for small reserve to future versions)
2 weeks ago
Scott Powell
4f8cb8db78
* ACK packets being 'clipped' (in Dispatcher send). Needed to extend max_airtime timeout calc for short packets
2 weeks ago
Liam Cottle
5ff39c6243
Merge pull request #2570 from IoTThinks/MCdev-Fixed-flashmode-XiaoC6-202605
Added flash_mode=dio to avoid boot loop when flashing using merge.bin
2 weeks ago
Liam Cottle
dc200cf22d
Merge pull request #2639 from sefinek/fix/typos-in-comments
fix: fix typos in source code comments
2 weeks ago
Liam Cottle
62b95b4e48
Merge pull request #2844 from oltaco/fix-rx-boosted-gain
Fix for Rx boosted gain on LR1110
2 weeks ago
taco
f3d4d8cd5e
always save boosted gain setting
2 weeks ago
Liam Cottle
3d4eec4a6a
Merge pull request #1194 from ViezeVingertjes/nibble_zero_connect
Added support for the nibble zero connect
2 weeks ago
taco
b07aba7937
fix: report error when rxgain setting is unsupported or rejected
2 weeks ago
taco
1f9bb67400
return bool when setting rx boost
2 weeks ago
ViezeVingertjes
b8f1fad654
Add trailing underscore to nibble_screen_connect env names to exclude from automatic builds
2 weeks ago
ViezeVingertjes
eb938a9b78
Address review comments and sync with dev
2 months ago
ViezeVingertjes
69df5c7a95
Remove NeoPixel configuration as its unused.
5 months ago
ViezeVingertjes
9c7d71b9be
Added support for the nibble zero connect
7 months ago
taco
5d0ff7fe6e
remove guard on MyMesh::setRxBoostedGain()
2 weeks ago
ripplebiz
3192684582
Merge pull request #2752 from Quency-D/heltec-tower-v2
Add Heltec tower v2
3 weeks ago
ripplebiz
aa1cb1f663
Merge pull request #2765 from fizzyfuzzle/ESP32-Reset-Reason
Add ESP32 Reset Reason to existing pwrmgt.bootreason cli command
3 weeks ago
ripplebiz
6a63dfce1c
Merge pull request #2771 from oltaco/nrf52-framework-buildfix
Point Heltec Mesh Solar and Mesh Pocket at our NRF52 framework fork
3 weeks ago
Liam Cottle
c2cfba4af3
Merge pull request #2810 from IoTThinks/MCDev-Fixed-GPS-Time-for-T114-202606
Fixed GPS time sync for Heltec T114
3 weeks ago
Kevin Le
62849ef114
Fixed GPS time sync for Heltec T114
3 weeks ago
ripplebiz
60ea4a91bf
Merge pull request #1727 from weebl2000/use-hardware-channel-activity-detection
Use hardware channel activity detection for checking interference
4 weeks ago
taco
dd9b3b32c3
build fix for Heltec Mesh Solar and Mesh Pocket
4 weeks ago
Wessel Nieboer
7c8e092457
Have CAD be a separate toggle (set cad on/off)
1 month ago
Wessel Nieboer
099ef67348
Prevent packet errors from growing
4 months ago
Wessel Nieboer
04a6c7009a
Just check for not channel free
5 months ago
Wessel Nieboer
813d108c7a
Also return busy if preamble detected
5 months ago
Wessel Nieboer
4f9a091671
Use hardware channel activity detection for checking interference
5 months ago
Marco
e7db7c5a94
Add ESP32 Reset Reason
4 weeks ago
Huw Duddy
29f0a7fc4f
Merge pull request #2763 from meshcore-dev/anon-contacts-fix
* fix for anon contacts when full
4 weeks ago
Scott Powell
2e73fe948e
* fix for anon lastmod
4 weeks ago
Scott Powell
538ac38e18
* fix for counter in RESP_CODE_CONTACTS_START
4 weeks ago
Scott Powell
c2d223ff55
* now handle the case where onAdvertRecv() should _replace_ the anon contact slot
4 weeks ago
Scott Powell
07648e3344
* fix for anon contacts when full
4 weeks ago
ripplebiz
a5cb0c25ca
Merge pull request #2140 from Quency-D/cli-lna-command
Add CLI control to LoRa's fem LNA.
4 weeks ago
Quency-D
5300fa18c7
Restore companion NodePrefs file ending
4 weeks ago
Quency-D
3ee58fd2e3
Remove companion FEM RX gain command IDs
4 weeks ago
Scott Powell
d5f74e93c5
* PAYLOAD_TYPE_PATH bad path_len now rejected
4 weeks ago
Quency-D
1c4c995a41
Fix low power consumption issues
4 weeks ago