Commit Graph
652 Commits
Author SHA1 Message Date
Ben Meadors c9b5d5d697 Update protos and add audio 2022-11-09 21:20:38 -06:00
Ben Meadors f16dd0e737 Update url 2022-11-08 18:25:49 -06:00
Ben Meadors 83776ceec5 Fix url 2022-11-02 21:20:25 -05:00
Sacha Weatherstone b2593e4bb1 Changes 2022-10-31 19:47:42 +10:00
Ben Meadors 111bf8dcbf Update protos 2022-10-28 10:03:26 -05:00
Ben Meadors f18abb2fe6 Update protos 2022-10-26 08:53:32 -05: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
Ben Meadors a908bdfc1c Protos 2022-10-16 08:44:30 -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 5683e31f6b Update protos 2022-10-09 10:00:51 -05:00
Ben Meadors 7909ad477b Merge pull request #380 from GUVWAF/master
Remove additional print statements
2022-10-09 09:59:51 -05:00
Ben Meadors a44b769390 Merge pull request #381 from meshtastic/config
Get export-configuration and configure working again
2022-10-08 07:19:03 -05:00
Ben Meadors 2a4816a9cd Get configuration yaml working again 2022-10-08 07:16:20 -05:00
GUVWAF cc29cab99a Remove additional print statements 2022-10-08 13:20:28 +02:00
Ben Meadors 3c80fd0f02 Protos 2022-10-08 05:57:10 -05:00
GUVWAF 616a3ab706 Catch RoutingApp on requestGetMetadata 2022-10-08 12:47:48 +02:00
GUVWAF 8350cc611d Catch RoutingApp on requestChannel 2022-10-08 12:47:13 +02:00
Ben Meadors f6731a435d Proto baggins 2022-10-01 08:36:43 -05:00
GUVWAF 4fa80e9652 Add KnownProtocol for Simulator_App 2022-10-01 11:46:40 +02: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 791131ea27 Version bump fix 2022-09-17 19:59:08 -05:00
Ben Meadors 2a7c21c062 Protos sync 2022-09-12 20:16:14 -05:00
Ben Meadors dc1be12c86 Update protos 2022-09-11 08:01:55 -05:00
Ben Meadors e2d2d3a347 Refactor 2022-09-09 11:02:58 -05:00
Ben Meadors 3fd50b0e44 Update python to use reworked protos 2022-09-09 09:49:04 -05:00
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