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
Ben Meadors
b79b7ceb40
Correct config
2022-06-16 20:31:14 -05:00
Mike Kinney
af7bf7ff7f
add wifi min length check
2022-03-21 10:48:27 -07:00
Mike Kinney
bcf00a1f8d
handle ignore_incoming repeated field
2022-03-03 17:11:22 -08:00
Mike Kinney
68530f6e11
change medium to mid
2022-03-02 11:29:38 -08:00
Mike Kinney
6f2efdcefe
got lint and pytest working
2022-03-02 10:28:07 -08:00
Balazs Kelemen
b56a054f50
Canned message - Extend messages length
2022-02-21 22:06:03 +01:00
Mike Kinney
fdced6f225
fix bug
2022-01-29 21:37:34 -08:00
Mike Kinney
529f50edc6
remote hardware tests
2022-01-27 16:54:47 -08:00
Mike Kinney
ff5a0927fa
add more info on --ch-set help
2022-01-26 11:16:01 -08:00
Mike Kinney
4f72987a29
add some config tests
2022-01-23 11:22:05 -08:00
Mike Kinney
aa5af53348
add option to configure just the owner short name
2022-01-23 11:17:41 -08:00
Ben Meadors
8ceb9faf2d
Shutdown command
2022-01-21 18:11:26 -06:00
Mike Kinney
51378bb0eb
fix enum listing; add tests for pref values
2022-01-16 12:45:28 -08:00
Mike Kinney
83439679c1
looks like we needed some of that dead code after all
2022-01-15 14:15:55 -08:00
Mike Kinney
ae9ae91af5
remove dead code
2022-01-15 00:24:41 -08:00
Mike Kinney
7921db007b
add some coverage to getPref() and setPref()
2022-01-15 00:01:44 -08:00
Mike Kinney
afb21c6dc3
remove code not needed
2022-01-14 20:15:25 -08:00
Mike Kinney
a7d56504be
handle snake_case or camelCase
2022-01-14 16:36:53 -08:00
Mike Kinney
0f89baa36e
fix the pylint unused-argument warnings
2022-01-12 14:41:49 -08:00
Mike Kinney
48ed7690af
fix the consider-using-f-string warnings
2022-01-12 13:46:01 -08:00