Commit Graph
623 Commits
Author SHA1 Message Date
Ben Meadors d852981371 Med 2022-09-08 07:09:25 -05:00
Ben Meadors afed5bd943 Fixed med preset names 2022-09-08 07:09:13 -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
Ben Meadors 7fd101cbf8 Update protos and fix error 2022-09-03 09:02:36 -05: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
Ben Meadors 59fc294d66 Channel setting fixed 2022-08-25 13:22:05 -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 4965ec7f1d Missed some spots 2022-08-15 20:54:11 -05:00
Ben Meadors 0746acd34f Canned messages and bluetooth sections 2022-08-15 19:01:37 -05:00
Ben Meadors b548700c0b Only write single config 2022-08-11 12:43:41 -05:00
Ben Meadors a2861a133e Increase delay for reliability 2022-08-11 11:48:57 -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
Ben Meadors abfcbe2a90 Merge pull request #350 from Douile/dev-base64-decode
Allow setting values from base64 values
2022-07-28 17:42:08 -05: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 10517ac94d Allow setting values from base64 values
By prefixing a value with "base64:" e.g. ("base64:AQ==") it will now be
decoded to raw bytes. This is useful when setting psk as that is often
shown as base64.
2022-07-27 15:12:23 +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 ff94ad968c 100ms delays to prevent overloading the serial 2022-07-02 14:41:09 -05: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 8a5fd16469 Don't blow away config please 2022-06-21 08:05:15 -05: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 682fdb7ef4 Remove test for deprecated option 2022-06-17 10:57:39 +02:00
Thomas Göttgens 9c79f9d80e Wait again, since we don't request config manually 2022-06-17 10:54:31 +02:00
Thomas Göttgens c55b1188e8 remove "Request Settings" during init, team settings and deprecated settings. 2022-06-17 10:40:40 +02:00
Mike Kinney 47781fa1e0 remove unused import 2022-06-16 22:46:04 -07:00
Mike Kinney cc98ed1084 comment yet another test 2022-06-16 22:43:42 -07:00
Mike Kinney bec8cf2b13 change the d to an e 2022-06-16 22:40:48 -07:00
Mike Kinney 5bfebbe436 comment out code until it does not complain 2022-06-16 22:38:23 -07:00
Mike Kinney 89b0426a2b fix warnings now that tests have been commented out 2022-06-16 19:26:52 -07:00
Mike Kinney e1f1cab5a5 comment out failing tests (for now) 2022-06-16 19:22:13 -07:00
Mike Kinney 132fb4fe5f get pylint to pass 2022-06-16 19:13:18 -07:00
Mike Kinney f1843649ba bump nanopb 2022-06-16 18:57:40 -07:00
Ben Meadors b79b7ceb40 Correct config 2022-06-16 20:31:14 -05:00
Ben Meadors 2a546f8899 Merge master 2022-06-16 16:57:31 -05:00
Ben Meadors a4a0740903 Regen protos 2022-06-16 16:57:05 -05:00
Ben Meadors 1296a1ce28 Changed baud to 115200 2022-06-15 10:58:55 -05:00
Thomas Göttgens d510ba15c5 Trunk Protos 2022-06-09 12:20:13 +02:00
Ben Meadors d15667d5ce Regened new protos 2022-05-19 07:24:39 -05:00