aboutsummaryrefslogtreecommitdiff
path: root/examples/simple_repeater/MyMesh.cpp
AgeCommit message (Expand)Author
2026-03-16Merge branch 'dev' into 2026/remote-lnaJoão Brázio
2026-03-16Merge remote-tracking branch 'upstream/dev' into 2026/remote-lnaJoão Brázio
2026-03-16* Repeater and Room Server: flood advert timer now uses the path_hash_mode prefScott Powell
2026-03-08Merge pull request #1297 from ViezeVingertjes/feature/duty-cycle-token-bucketripplebiz
2026-03-07Merge pull request #1877 from DanielNovak/fix-countbefore-sentinel-regressionripplebiz
2026-03-05Add setRxBoostedGain method declaration and implementation for SX1262/SX1268João Brázio
2026-03-05Remove unused RX boosted gain mode functions and related preprocessor directi...João Brázio
2026-03-05Rename sx126x_rx_boosted_gain to rx_boosted_gainJoão Brázio
2026-03-05Merge remote-tracking branch 'upstream/dev' into 2026/remote-lnaJoão Brázio
2026-03-05* LOOP_DETECT_MODERATE bug fixScott Powell
2026-03-05* repeater: new "get/set loop.detect {off | minimal | moderate | strict }"Scott Powell
2026-02-28Replace 0xFFFFFFFF sentinel with explicit getOutboundTotal()Daniel Novak
2026-02-27Merge branch 'dev' into 2026/remote-lnaJoão Brázio
2026-02-23* CommonCLI: added "get/set path.hash.mode "Scott Powell
2026-02-21* refactor of Contact/Client out_path_len (stored in files), from signed to u...Scott Powell
2026-02-17Merge pull request #1718 from realtag-github/repeater-v1.13-implement-discoverLiam Cottle
2026-02-17* repeater: slight increase to default direct.txdelayScott Powell
2026-02-16Fix LilyGo_TLora_V2_1_1_6_terminal_chat build3DPGG
2026-02-17Allow repeater discovery even if repeater mode is disabled on the requesting ...realtag
2026-02-17Increased the timeout timer to 60 seconds, up from 30 seconds.realtag
2026-02-17discover.neighbors sends a tagged repeater discovery request and only accepts...realtag
2026-02-17discover sends a single repeater discovery request and populates the neighbor...realtag
2026-02-10Implement remote lna toggle cli cmdJoão Brázio
2026-02-08Merge pull request #1609 from weebl2000/bridge-always-has-workripplebiz
2026-02-07Bridge always has work (prevents sleep)Wessel Nieboer
2026-02-06Allow negative tx powerWessel Nieboer
2026-01-27Merge pull request #1476 from mattzzw/region_via_LoRaripplebiz
2026-01-26Add output of region cmd via lora cliMatthias Wientapper
2026-01-26boot adverts are now zero hop instead of floodliamcottle
2026-01-26Merge pull request #1477 from Cisien/devripplebiz
2026-01-24Expose a counter to track RadioLib receive errorsChris
2026-01-25allow set prv.key from remote, validate new prv.keytaco
2026-01-25recalc ClientACL shared_secrets at startuptaco
2026-01-25refactor ClientACL and CommonCLI, add ClientACL::clear()taco
2026-01-12* repeater login response, FIRMWARE_VER_LEVEL now bumped to 2Scott Powell
2026-01-12* new req/resp (after login): REQ_TYPE_GET_OWNER_INFO (includes firmware-ver)Scott Powell
2026-01-09* ANON_REQ_TYPE_VER_OWNER now delimited by newline charsScott Powell
2026-01-09* CommonCLI: added "set name ..." validationScott Powell
2026-01-09* new ANON_REQ_TYPE_VER (for just simple clock + ver info)Scott Powell
2026-01-09* ANON_REQ_TYPE_VER_OWNER, now includes node_nameScott Powell
2026-01-09* new ANON_REQ_TYPE_VER_OWNERScott Powell
2026-01-08* ANON_REQ_TYPE_REGIONS now direct only, with reply_path encoded in requestScott Powell
2026-01-04Implement token bucket duty cycle enforcementViezeVingertjes
2026-01-03* Repeater: new anon request sub-type: ANON_REQ_TYPE_REGIONS (rate limited t...Scott Powell
2025-12-31Merge pull request #1266 from IoTThinks/MCdev-Powersaving-for-esp32-202512ripplebiz
2025-12-27To fix the default temperature to be overridden by external sensors (if any)Kevin Le
2025-12-24Modified hasPendingWork to return boolKevin Le
2025-12-23Added powersaving to all ESP32 boards with RTC-supported DIO1Kevin Le
2025-12-13Fixed to call getMCUTemperature once.Kevin Le
2025-12-12Added default temperature from ESP32 MCU and NRF52 MCUKevin Le