Scott Powell
91f3fa0bdf
* CLI: 'region put ...' now defaults to flood allowed
2 months ago
Scott Powell
7cdb056cb3
* CLI: 'region default ...' now auto-creates the region
2 months ago
Scott Powell
77d02e844f
* bug fix
2 months ago
Scott Powell
4131a455a2
* repeater: refactored 'region' CLI commands -> CommonCLI
* room server: added RegionMap, and new CommonCLI wiring, default_scope handling
* sensor: only minimal RegionMap wiring. Still needs work to handle default-scope
2 months ago
Wessel Nieboer
728b586c3a
Address comments
3 months ago
Wessel Nieboer
741392889d
Fix memcp compare length off by one
Co-authored-by: ViezeVingertjes <[email protected] >
3 months ago
Wessel Nieboer
0aa0ec1f16
Add get/set dutycycle command
We translate to af internally, it's easier to store and doesn't break
stored prefs. Made get/set af command show deprecated, but it still
works fine.
3 months ago
Rastislav Vysoky
285fc685c5
allow to set lower LoRa frequency
2 months ago
Wessel Nieboer
ff5aad71a6
Make radio.rxgain true by default after upgrades
2 months ago
Wessel Nieboer
1f48d2b869
Address comments
3 months ago
Wessel Nieboer
3c0d186569
Fix memcp compare length off by one
Co-authored-by: ViezeVingertjes <[email protected] >
3 months ago
Wessel Nieboer
f6338430f8
Add get/set dutycycle command
We translate to af internally, it's easier to store and doesn't break
stored prefs. Made get/set af command show deprecated, but it still
works fine.
3 months ago
João Brázio
f858f2e4bb
Rename sx126x_rx_boosted_gain to rx_boosted_gain
3 months ago
Scott Powell
e233346bf0
* repeater: new "get/set loop.detect {off | minimal | moderate | strict }"
3 months ago
Wessel Nieboer
d9e67222f5
prefs is 5 char length :nerd:
3 months ago
enricolorenzoni59
8ad17d1022
`gps sync` reply: fill buffer with text
3 months ago
Specter242
e323755990
sensecap solar: add poweroff command and board power/LED parity
3 months ago
lincomatic
557d714c3c
don't limit bridge_baud to 115200
3 months ago
Scott Powell
a66773bac0
* CommonCLI: added "get/set path.hash.mode "
3 months ago
taco
1500a5a9cb
add get bootloader.ver command for nrf52
4 months ago
mesher-de
8e404e9aea
add advert.zerohop command to CLI
4 months ago
João Brázio
71136671bd
Implement remote lna toggle cli cmd
4 months ago
Wessel Nieboer
d0720c63c2
Allow negative tx power
Like SX1262 allows -9 dBm lowest, some allow lower but that probably
isn't useful
5 months ago
João Brázio
edeafde51c
Fix: Correct validation logic in isValidName function
4 months ago
Scott Powell
5627500988
* new "clkreboot" CLI command
4 months ago
liamcottle
7e24bd00b9
increase maximum flood advert interval to 168 hours (7 days)
4 months ago
liamcottle
ed589f9620
boot adverts are now zero hop instead of flood
4 months ago
taco
96ef5e5efe
allow set prv.key from remote, validate new prv.key
4 months ago
entr0p1
1f59e52880
nRF52840 Power Management - Phase 1 - Boot Low VBAT Voltage Lockout
Added NRF52840 power management core functionality:
- Boot‑voltage lockout
- Initial support for shutdown/reset reason storage and capture (via RESETREAS/GPREGRET2)
- LPCOMP wake (for voltage-driven shutdowns)
- VBUS wake (for voltage-driven shutdowns)
- Per-board shutdown handler for board-specific tasks
- Exposed CLI queries for power‑management status in CommonCLI.cpp
- Added documentation in docs/nrf52_power_management.md.
- Enabled power management support in Xiao nRF52840, RAK4631, Heltec T114 boards
4 months ago
Scott Powell
65796c8f20
* CommonCLI: added "set name ..." validation
* ANON_REQ_TYPE_VER_OWNER, now removes commas from node_name
5 months ago
Scott Powell
5475043083
* new ANON_REQ_TYPE_VER_OWNER
* CommonCLI: new "get/set owner.info ..."
5 months ago
Kevin Le
33b1e7edb9
Added pad after powersaving_enabled
5 months ago
Kevin Le
89a289eb22
Added powersaving_enabled sanitization
Moved powersaving_enabled to match serialization order
5 months ago
Kevin Le
5c6c15942b
Added powersaving to all ESP32 boards with RTC-supported DIO1
Added CLI to enable/disable powersaving
5 months ago
taco
fc93d84fb8
tweaks get/set adcMultiplier logic
7 months ago
taco
5a3ea64a97
Repeater: add adc.multiplier setting
7 months ago
zach
850d57a8f2
Refactor float conversion in CommonCLI to use strtof for improved precision and add ftoa3 function for formatting floats with three decimal places in TxtDataHelpers to fix display issue in app and repeater config ui in web
REPO:
1. Flash a repeater
2. Connect over lora
3. Set bw to 42.7 KHZ
It will revert back due to converting a double to a float.
REPO2:
1.Flash Repeater
2. Apply float fix
3. Set to say 20.8
4. try to get value via app or web cli repeater config
It wil show blank because it doesnt return a good value. It would be something like 20.7999992 which the app and web apps dont like so the ftoa3 rounds it and returns a 3 decimal point float
7 months ago
Stephan Rodemeier
16c294ce60
Allow SF smaller than 7 to be saved
7 months ago
Scott Powell
82b4c1e6b0
* new PAYLOAD_TYPE_CONTROL (11)
* repeater: onControlDataRecv(), now responds to new CTL_TYPE_NODE_DISCOVER_REQ (zero hop only)
* node prefs: new discovery_mod_timestamp (will be set to affect when node should respond to DISCOVERY_REQ's )
7 months ago
Michael Hart
81ab944682
Adds serial commands to get stats
- Added formatStatsReply, formatRadioStatsReply, and formatPacketStatsReply methods in MyMesh for both simple_repeater, simple_room_server, and simple_sensor.
- Updated CommonCLI to handle new stats commands.
8 months ago
recrof
87677fda76
allow spreading factor from 5 and bandwidth from 7.8kHz
8 months ago
Florent
37dc715a8e
SensorManager: remove setSettingByKey
8 months ago
Florent
3210475f35
CommonCli: Remove dependency on target.h
8 months ago
Scott Powell
93c0180740
* Refactor: advert_loc_policy now applied in new method CommonCLI::buildAdvertData()
8 months ago
Scott Powell
837e7dcbdb
* Advert type fix
* GPS pref defaults tidy
8 months ago
Florent
bf1da43d7d
gps_cli: gps advert to control advert location policy
8 months ago
Florent
f6064b41e9
gps_cli: set node location based on gps
8 months ago
Florent
76dcfbb23a
gpsCli: use parseTextParts
8 months ago
Florent de Lamotte
6ed8e9d514
gps_cli: gps state is now saved and restored upon reboot
8 months ago
Florent de Lamotte
341b69e3c9
sensor list command
8 months ago