| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-27 | sensecap solar: stabilize wake pin and add button hold poweroff | Specter242 | |
| 2026-02-05 | Merge remote-tracking branch 'upstream/dev' into 2026/t114-sensors | João Brázio | |
| 2026-02-05 | Refactor Heltec T114 sensor management | João Brázio | |
| 2026-02-01 | nrf52: allow repeater to sleep when idle | taco | |
| 2026-01-26 | added build flag to enable/disable boot advert | liamcottle | |
| 2026-01-26 | boot adverts are now zero hop instead of flood | liamcottle | |
| 2025-12-24 | Modified hasPendingWork to return bool | Kevin Le | |
| 2025-12-23 | Added powersaving to all ESP32 boards with RTC-supported DIO1 | Kevin Le | |
| Added CLI to enable/disable powersaving | |||
| 2025-11-03 | * new CLI commands: region, region load, region save, region get, region allow | Scott Powell | |
| 2025-10-30 | * Fix for VolatileRTCClock wrapping around to initial synced time every 49 days | Scott Powell | |
| 2025-09-09 | Merge branch 'dev' into rep-room-acl | Scott Powell | |
| # Conflicts: # examples/simple_repeater/main.cpp | |||
| 2025-09-09 | * Repeater: slight refactor of 'bridge' instantiation | Scott Powell | |
| 2025-09-09 | Merge branch 'dev' into rep-room-acl | Scott Powell | |
| # Conflicts: # examples/simple_repeater/main.cpp | |||
| 2025-09-08 | * refactor: MyMesh class extracted | Scott Powell | |
| 2025-09-08 | Merge remote-tracking branch 'upstream/dev' into jbrazio/2025_3f11ad35 | João Brázio | |
| 2025-09-07 | Support ESPNow and improve documentation | João Brázio | |
| 2025-09-05 | Remove retransmit check for RS232 bridge in logTx | João Brázio | |
| Since the flag is preserved and respected by the mesh processing on the receiving end, there's no risk of these packets being retransmitted endlessly. | |||
| 2025-09-05 | Rename `SerialBridge` to `RS232Bridge` | João Brázio | |
| 2025-09-05 | Add serial logging for TX/RX packets | João Brázio | |
| 2025-09-04 | Extract serial bridge into dedicated classes | João Brázio | |
| This commit refactors the serial bridge functionality out of the `simple_repeater` example and into a more reusable, object-oriented structure. An `AbstractBridge` interface has been introduced, along with a concrete `SerialBridge` implementation. This encapsulates all the logic for packet framing, checksum calculation, and serial communication, cleaning up the main example file significantly. The `simple_repeater` example now instantiates and uses the `SerialBridge` class, resulting in better separation of concerns and improved code organization. | |||
| 2025-09-02 | add heltec meshpocket board. | Quency-D | |
| 2025-09-01 | Merge remote-tracking branch 'upstream/dev' into jbrazio/2025_3f11ad35 | João Brázio | |
| 2025-09-01 | * ver bump | Scott Powell | |
| 2025-09-01 | * added CommonCLI::saveIdentity() | Scott Powell | |
| 2025-08-31 | * ver bump | Scott Powell | |
| 2025-08-29 | use new instance of neighbour info object when removing neighbour | liamcottle | |
| 2025-08-25 | add ability to remove neighbour via cli | liamcottle | |
| 2025-08-22 | Merge remote-tracking branch 'origin/dev' into jbrazio/2025_3f11ad35 | João Brázio | |
| 2025-08-20 | set default flood advert interval to 12 hours | recrof | |
| 2025-08-01 | Merge pull request #563 from Cisien/cisien/add-rx-time | ripplebiz | |
| Add a counter to track rx time for repeater stats | |||
| 2025-08-01 | * new CommonCLI commands: "get prv.key", "set prv.key {hex}" | Scott Powell | |
| 2025-07-31 | * REQ_TYPE_GET_TELEMETRY_DATA, first reserved byte (of 4) is now inverse ↵ | Scott Powell | |
| mask to apply to permissions | |||
| 2025-07-30 | Add a counter to track rx time for repeater stats | Chris | |
| 2025-07-29 | Merge remote-tracking branch 'origin/dev' into jbrazio/2025_3f11ad35 | João Brázio | |
| 2025-07-24 | * ver bump to 1.7.4 | Scott Powell | |
| 2025-07-23 | * CommonCLI: "set radio " now with optional 5th param timeout_mins, for ↵ | Scott Powell | |
| applying temporary radio params for that many mins * "advert" command now with longer delay, so that CLI reply is sent first | |||
| 2025-07-16 | * CommonCLI: new "multi.acks" config setting | Scott Powell | |
| 2025-07-15 | * ver bump | Scott Powell | |
| 2025-07-09 | Refactor serial bridge handling | João Brázio | |
| 2025-07-08 | More robust handling of pkt len | João Brázio | |
| 2025-07-08 | Add null check for packet allocation and clean up Dispatcher | João Brázio | |
| 2025-07-08 | * refactor: CommonCLI, processing of optional command prefix moved to ↵ | Scott Powell | |
| handleCommand() call sites * Sensor, anon_req now just for admin login (guest password now unused) * special CLI command, "setperm {pubkey-hex} {permissions-int16}" for admin(s) to manage user access (permissions 0 = remove) | |||
| 2025-07-08 | * Mesh::onAnonDataRecv() slight optimisation, so that shared-secret calc ↵ | Scott Powell | |
| doesn't need to be repeated * SensporMesh: req_type now optionally encoded in anon_req payload (so can send various requests without a prior login) | |||
| 2025-07-08 | Remove serial bridge implementation and implement simplified version ↵ | João Brázio | |
| directly in the repeater source code. | |||
| 2025-07-04 | Merge remote-tracking branch 'upstream/dev' into jbrazio/2025_3f11ad35 | João Brázio | |
| 2025-07-02 | * ver bump to v1.7.2 | Scott Powell | |
| 2025-06-29 | * ver bump to v1.7.1 | Scott Powell | |
| 2025-06-27 | Serial bridge implementation | João Brázio | |
| 2025-06-13 | * interference threshold now disabled by default | Scott Powell | |
| 2025-06-13 | * repeater and room server: new CLI setting "agc.reset.interval" (seconds) | Scott Powell | |
