aboutsummaryrefslogtreecommitdiff
path: root/examples/simple_repeater/main.cpp
AgeCommit message (Expand)Author
2025-03-09ver bump to 1.2.2Scott 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_GAINScott Powell
2025-03-07Added basic support for Station G2Rastislav Vysoky
2025-03-07Version bump to v1.2.1Scott Powell
2025-03-07* display.begin() delayed in setup().Scott Powell
2025-03-07moved nrf sdk headers to ./lib/ and added Repeater envs for t114 & t-echoRastislav Vysoky
2025-03-04Merge remote-tracking branch 'origin/dev' into awolden/t3loraAlex Wolden
2025-03-04Refactor namingAlex 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-04Add support for LilyGo T3 with SX1276 moduleAlex 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 classScott Powell
2025-02-27* various changes for CLI support via companion radioScott 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/fixScott 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 loggingScott Powell
2025-02-18* SimpleMeshTables: ACKs now handled separatelyScott Powell
2025-02-18* repeater: Get Stats new fields added: n_direct_dups, n_flood_dupsScott 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 offScott Powell
2025-02-14* ver bumpsScott Powell
2025-02-11* new target/envs: Heltec_v2_repeater, Heltec_v2_companion_radio_usbScott Powell
2025-02-10Merge branch 'main' into rx_delayScott Powell
2025-02-10* new "set guest.password .." CLI commandScott Powell
2025-02-09Merge branch 'main' into rx_delayScott Powell
2025-02-08* repeater: min/max advert.interval changesScott Powell
2025-02-08Merge branch 'main' into rx_delayScott Powell
2025-02-08* repeater and room server: new CLI command: "set advert.interval {mins}"Scott Powell
2025-02-06* bug fix for rxdelay 0Scott Powell
2025-02-05* new CLI command: "set txdelay ..."Scott Powell
2025-02-04Merge branch 'main' into rx_delayScott Powell
2025-02-04* repeater and room server, new "set repeat {on|off}" CLI commandScott Powell
2025-02-04Merge branch 'main' into rx_delayScott Powell
2025-02-04* new "set rxdelay ..." CLI commandScott Powell
2025-02-04* ver bumpsScott Powell
2025-02-04* new RX delays based on SNRScott Powell
2025-02-04* IdentityStore::save() was failing on RAK.Scott Powell
2025-02-03* refactor: new helpers/nrf52 dirScott Powell