GUVWAF
6506a1be1a
Option to wait for ACK after --sendtext
2023-04-10 11:26:50 +02:00
Thomas Göttgens
7e6f13f0a2
establish trunk format
2023-03-31 20:09:59 +02:00
Manuel Verch
b8b268feac
Check most current meshtastic version
2023-03-31 10:08:36 +02:00
Ben Meadors
d0fdb9b570
Merge pull request #428 from GUVWAF/remoteAdmin
...
Get and set methods for remote node using one admin message
2023-03-19 13:31:49 -05:00
GUVWAF
297c0dbc0e
Convert sections to snake_case when configuring
2023-03-19 15:25:08 +01:00
GUVWAF
7de17f7c94
Display that '--nodes' is not supported for a remote node
2023-03-19 14:42:44 +01:00
GUVWAF
55f6494681
Wait for ACK after setting remote config
2023-03-19 14:42:12 +01:00
GUVWAF
b2cfebc5a7
'--set' works as well, also chained commands
2023-03-18 21:12:05 +01:00
GUVWAF
802768e0cc
Nicer printing
2023-03-18 16:40:27 +01:00
GUVWAF
f68e4112e1
Remote get method works
2023-03-18 15:20:00 +01:00
Thomas Göttgens
7b8a83ade7
get and set RTTTL ringtone
2023-01-04 19:52:24 +01:00
Mike Kinney
babd1242d5
fix pylint warnings
2022-12-20 11:18:40 -08:00
GUVWAF
7d3a9178ea
Add traceroute option
2022-12-05 20:36:34 +01:00
GUVWAF
82977e9ef2
Fix --ch-set help message
2022-12-05 20:02:53 +01:00
Ben Meadors
7829f6afca
Args
2022-11-20 20:01:50 -06:00
Ben Meadors
4bd10bc102
Add begin / edit transactions for setting updates
2022-11-20 19:46:43 -06:00
GUVWAF
5c75e74bf9
Don't request config and channels if not needed.
...
Instead, wait for an (implicit) ACK or NAK.
Applies to admin packets set-owner, reboot,
shutdown, factory-reset and reset-nodedb.
2022-11-19 21:19:06 +01:00
Ben Meadors
cf7d37a454
Update __main__.py
2022-10-21 11:53:58 -05:00
Ben Meadors
7ef64d4250
Print options
2022-10-21 07:27:55 -05:00
Ben Meadors
363aa995a2
Push it real good
2022-10-20 17:13:26 -05:00
GUVWAF
d5ccdc826f
Use new config for pos-fields
2022-10-16 15:38:18 +02:00
Thomas Göttgens
cfb8769746
add reeboot to ota command for testing purposes. This is a developer only command for now :-)
2022-10-10 16:59:01 +02:00
Ben Meadors
2a4816a9cd
Get configuration yaml working again
2022-10-08 07:16:20 -05:00
Ben Meadors
a74ec12445
Reset nodedb command
2022-09-25 13:46:11 -05:00
Ben Meadors
4ae49c68aa
Add factory reset
2022-09-18 08:05:50 -05:00
Ben Meadors
e2d2d3a347
Refactor
2022-09-09 11:02:58 -05:00
Ben Meadors
d852981371
Med
2022-09-08 07:09:25 -05:00
Ben Meadors
97b9041b76
Merge pull request #368 from ghostop14/master
...
Fixes #367 MedFast Enum Not Defined
2022-09-08 06:58:18 -05:00
Rohan King
8e69c32a36
Fix for --setalt --setlat --setlon
...
fix for --setalt --setlat and --setlon
2022-09-06 10:23:19 +10:00
ghostop14
92ee9889b1
Fixes #367 MedFast Enum Not Defined
2022-09-02 10:44:59 -04:00
Ben Meadors
bde5db9c51
Fixed ch-set command in setPref
2022-08-27 08:14:48 -05:00
Douile
776fc57c35
Fix changing modem_preset from CLI shortcuts
...
Previously the channel shortcuts (e.g. --ch-shortfast) would overrwrite
the entire lora config, this meant you lost other configured things such
as region. This patch changes that so that just modem_preset is
overwritten, and also fixes the call to write config that was missing
an argument.
2022-08-16 14:55:17 +01:00
Ben Meadors
b548700c0b
Only write single config
2022-08-11 12:43:41 -05:00
Ben Meadors
6644e86be9
Add get device metadata admin message
2022-08-08 07:04:29 -05:00
Ben Meadors
c8363cd476
Merge pull request #352 from Douile/dev-export-valid-yaml
...
Replace the primative print based config generator with proper yaml serialization
2022-08-05 10:14:42 -05:00
Douile
01e643ad2f
Fix lint errors
2022-08-05 13:48:07 +01:00
Douile
e4078e84d7
Fix linting errors caused by this PR
2022-08-05 13:34:25 +01:00
Douile
e06d8bbc06
Use pyyaml to generate valid configuration output
...
The custom yaml generator made an invalid yaml file that needed to be
fixed, by using the already included pyyaml library we can make sure the
output is valid.
2022-07-28 15:11:35 +01:00
Douile
a572699588
Fix crash when trying to set value that doesn't exist
2022-07-27 15:09:58 +01:00
Ben Meadors
06b5b8fa83
It works, I think
2022-06-29 20:01:48 -05:00
Ben Meadors
4b95b0ff30
Module config progress
2022-06-29 18:35:06 -05:00
Thomas Göttgens
f3791c5c6d
- make segemented config print entire name on screen
...
- rename wifi password to psk
2022-06-21 19:29:54 +02:00
Ben Meadors
4fa93989fa
Don't need to pass interface down
2022-06-19 15:41:21 -05:00
Ben Meadors
032072d2f3
Started on set
2022-06-19 09:55:09 -05:00
Ben Meadors
ce7b1d9916
Get preferences now working
2022-06-19 08:17:28 -05:00
Thomas Göttgens
d015da3ca1
Get and Set general attributes almost working.
2022-06-18 14:53:04 +02:00
Thomas Göttgens
2124e292f1
Untangle Modem Presets from Channels
2022-06-18 13:38:08 +02:00
Thomas Göttgens
d21f7811fa
where did that came from?
2022-06-17 12:37:50 +02:00
Thomas Göttgens
8dbd6431f7
almost working
2022-06-17 12:31:18 +02:00
Thomas Göttgens
c55b1188e8
remove "Request Settings" during init, team settings and deprecated settings.
2022-06-17 10:40:40 +02:00