index
:
MeshCore
smart
A new lightweight, hybrid routing mesh protocol for packet radios
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
helpers
/
CommonCLI.h
Age
Commit message (
Expand
)
Author
2026-03-05
Rename sx126x_rx_boosted_gain to rx_boosted_gain
João Brázio
2026-03-05
Merge remote-tracking branch 'upstream/dev' into 2026/remote-lna
João Brázio
2026-03-05
* repeater: new "get/set loop.detect {off | minimal | moderate | strict }"
Scott Powell
2026-02-27
Merge branch 'dev' into 2026/remote-lna
João Brázio
2026-02-23
* CommonCLI: added "get/set path.hash.mode "
Scott Powell
2026-02-10
Implement remote lna toggle cli cmd
João Brázio
2026-02-06
Allow negative tx power
Wessel Nieboer
2026-01-26
boot adverts are now zero hop instead of flood
liamcottle
2026-01-25
refactor ClientACL and CommonCLI, add ClientACL::clear()
taco
2026-01-09
* new ANON_REQ_TYPE_VER_OWNER
Scott Powell
2025-12-24
Added powersaving_enabled sanitization
Kevin Le
2025-12-23
Added powersaving to all ESP32 boards with RTC-supported DIO1
Kevin Le
2025-11-21
Repeater: add adc.multiplier setting
taco
2025-11-06
* new PAYLOAD_TYPE_CONTROL (11)
Scott Powell
2025-10-28
Adds serial commands to get stats
Michael Hart
2025-10-18
CommonCli: Remove dependency on target.h
Florent
2025-10-12
* Refactor: advert_loc_policy now applied in new method CommonCLI::buildAdver...
Scott Powell
2025-10-11
gps_cli: gps advert to control advert location policy
Florent
2025-10-06
gps_cli: gps state is now saved and restored upon reboot
Florent de Lamotte
2025-10-06
Merge branch 'dev' into CommonCLI--gps-management
Florent de Lamotte
2025-10-06
cli_gps: remove callbacks and add generic sensor set/get.
Florent de Lamotte
2025-10-05
CommonCLI: gps management commands
Florent
2025-10-03
Bridge: enhance CLI configuration options
João Brázio
2025-10-02
WITH_BRIDGE was not implementing setBridgeState()
João Brázio
2025-09-24
Minor fixes
João Brázio
2025-09-24
Add bridge management CLI
João Brázio
2025-09-01
* added CommonCLI::saveIdentity()
Scott Powell
2025-08-29
add default no op implementation for remove neighbor function
liamcottle
2025-08-25
add ability to remove neighbour via cli
liamcottle
2025-08-01
* new CommonCLI commands: "get prv.key", "set prv.key {hex}"
Scott Powell
2025-07-23
* CommonCLI: "set radio " now with optional 5th param timeout_mins, for apply...
Scott Powell
2025-07-16
* CommonCLI: new "multi.acks" config setting
Scott Powell
2025-07-08
* implemented getter methods for telemetry value types
Scott Powell
2025-06-13
* repeater and room server: new CLI setting "agc.reset.interval" (seconds)
Scott Powell
2025-05-26
* interference threshold now stored in prefs, CLI: set/get "int.thresh"
Scott Powell
2025-05-13
* CommonCLI: added "clear stats" command
Scott Powell
2025-05-06
* refactor: removed mesh::Mesh dependency from CommonCLI
Scott Powell
2025-04-30
* refactor: "neighbors" command
Scott Powell
2025-03-29
added new CommonCLI get commands: get role and get public.key
recrof
2025-03-24
* repeater & room server: "node_prefs" -> "com_prefs" migration
Scott Powell
2025-03-24
* room server: new config "allow.read.only"
Scott Powell
2025-03-23
* repeater & room server: new config "flood.advert.interval"
Scott Powell
2025-03-10
* repeater & room server: new CLI config "flood.max"
Scott Powell
2025-03-05
* repeater and room server: CommonCLI now handles load/save of Prefs. Now san...
Scott Powell
2025-03-03
* Semantic versioning in repeater, room server. "ver" CLI command changed.
Scott Powell
2025-02-28
* prefs guard word added
Scott Powell
2025-02-28
* CLI: get/set radio added
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