| Age | Commit message (Expand) | Author |
| 2025-03-09 | ver bump to 1.2.2 | Scott Powell |
| 2025-03-09 | * trying setCRC(1) | Scott Powell |
| 2025-03-09 | * repeater and room server: MESH_PACKET_LOGGING, now dumps RAW: rx packet con... | Scott Powell |
| 2025-03-08 | * new build option: SX126X_RX_BOOSTED_GAIN | Scott Powell |
| 2025-03-07 | Added basic support for Station G2 | Rastislav Vysoky |
| 2025-03-07 | Version bump to v1.2.1 | Scott Powell |
| 2025-03-07 | * display.begin() delayed in setup(). | Scott Powell |
| 2025-03-07 | moved nrf sdk headers to ./lib/ and added Repeater envs for t114 & t-echo | Rastislav Vysoky |
| 2025-03-04 | Merge remote-tracking branch 'origin/dev' into awolden/t3lora | Alex Wolden |
| 2025-03-04 | Refactor naming | Alex Wolden |
| 2025-03-05 | * repeater and room server: CommonCLI now handles load/save of Prefs. Now san... | Scott Powell |
| 2025-03-05 | * basic UITask added to repeater and room server (only HeltecV3 targets enabl... | Scott Powell |
| 2025-03-04 | Add support for LilyGo T3 with SX1276 module | Alex Wolden |
| 2025-03-04 | * 'last_snr' added to repeater stats. | Scott Powell |
| 2025-03-03 | * room server: adding post, was not sending Acks on retries. | Scott Powell |
| 2025-03-03 | * Semantic versioning in repeater, room server. "ver" CLI command changed. | Scott Powell |
| 2025-02-28 | * repeater, room server: new prefs: sf, cr, bw. "set tx ..." now instant, no ... | Scott Powell |
| 2025-02-27 | * refactored handleCommand() to CommonCLI class | Scott Powell |
| 2025-02-27 | * various changes for CLI support via companion radio | Scott Powell |
| 2025-02-27 | * new Dispatcher::getCADFailRetryDelay() | Scott Powell |
| 2025-02-25 | * new helper: AutoDiscoverRTCClock, which detects: DS3231 (on i2c addr 0x68),... | Scott Powell |
| 2025-02-24 | * repeater and room server: login password now using strcmp(), new 'set direc... | Scott Powell |
| 2025-02-24 | * repeater: login now evicts oldest client table entry if full. New RESP_SERV... | Scott Powell |
| 2025-02-22 | * new StrHelper::strzcpy() | Scott Powell |
| 2025-02-22 | * strncpy() refactor/fix | Scott Powell |
| 2025-02-20 | * Mesh/Dispatcher: MESH_DEBUG_ and MESH_PACKET_LOGGING now output date-time. ... | Scott Powell |
| 2025-02-19 | * added RTCClock::getCurrentTimeUnique(), for when timestamps need to be uniq... | Scott Powell |
| 2025-02-18 | * repeater: added src/dest hashes to logging | Scott Powell |
| 2025-02-18 | * SimpleMeshTables: ACKs now handled separately | Scott Powell |
| 2025-02-18 | * repeater: Get Stats new fields added: n_direct_dups, n_flood_dups | Scott Powell |
| 2025-02-18 | * repeater: new CLI commands: "log start", "log stop", "log erase", and "log" | Scott Powell |
| 2025-02-17 | * repeater, room server and terminal chat: default to rxdelay off | Scott Powell |
| 2025-02-14 | * ver bumps | Scott Powell |
| 2025-02-11 | * new target/envs: Heltec_v2_repeater, Heltec_v2_companion_radio_usb | Scott Powell |
| 2025-02-10 | Merge branch 'main' into rx_delay | Scott Powell |
| 2025-02-10 | * new "set guest.password .." CLI command | Scott Powell |
| 2025-02-09 | Merge branch 'main' into rx_delay | Scott Powell |
| 2025-02-08 | * repeater: min/max advert.interval changes | Scott Powell |
| 2025-02-08 | Merge branch 'main' into rx_delay | Scott Powell |
| 2025-02-08 | * repeater and room server: new CLI command: "set advert.interval {mins}" | Scott Powell |
| 2025-02-06 | * bug fix for rxdelay 0 | Scott Powell |
| 2025-02-05 | * new CLI command: "set txdelay ..." | Scott Powell |
| 2025-02-04 | Merge branch 'main' into rx_delay | Scott Powell |
| 2025-02-04 | * repeater and room server, new "set repeat {on|off}" CLI command | Scott Powell |
| 2025-02-04 | Merge branch 'main' into rx_delay | Scott Powell |
| 2025-02-04 | * new "set rxdelay ..." CLI command | Scott Powell |
| 2025-02-04 | * ver bumps | Scott Powell |
| 2025-02-04 | * new RX delays based on SNR | Scott Powell |
| 2025-02-04 | * IdentityStore::save() was failing on RAK. | Scott Powell |
| 2025-02-03 | * refactor: new helpers/nrf52 dir | Scott Powell |