Commit Graph
1189 Commits
Author SHA1 Message Date
Ben Meadors 3263fbca28 Increment build number instead 2022-09-17 19:08:41 -05:00
Ben Meadors f0e7af389c Update setup.py 2022-09-17 18:52:53 -05:00
github-actions 471dfc7a29 bump version 2022-09-13 01:19:06 +00:00
Ben Meadors 2a7c21c062 Protos sync 1.3alpha.32 2022-09-12 20:16:14 -05:00
github-actions 03797e3336 bump version 2022-09-11 13:03:34 +00:00
Ben Meadors dc1be12c86 Update protos 1.3alpha.31 2022-09-11 08:01:55 -05:00
github-actions 4c83a43d64 bump version 2022-09-09 16:44:46 +00:00
Ben Meadors e083cda3d9 Merge pull request #371 from meshtastic/big-proto-refactor
Update python to use reworked protos
1.3alpha.30
2022-09-09 11:43:10 -05:00
Ben Meadors c0006f888b Add alpha back for upcoming release 2022-09-09 11:05:10 -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
github-actions 4b0e3ae923 bump version 2022-09-08 21:43:54 +00:00
Ben Meadors 37f10cc0d4 Remove alpha 1.3.29 2022-09-08 15:55:19 -05:00
github-actions 998df265e6 bump version 2022-09-08 12:11:11 +00:00
Ben Meadors d852981371 Med 1.3alpha.28 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
Ben Meadors 2dc14ef466 Merge pull request #369 from rohanki/master
Fix for --setalt --setlat --setlon
2022-09-05 20:30:29 -05:00
Rohan King 8e69c32a36 Fix for --setalt --setlat --setlon
fix for --setalt --setlat and --setlon
2022-09-06 10:23:19 +10:00
github-actions 42b33bea5b bump version 2022-09-03 14:03:36 +00:00
Ben Meadors 7fd101cbf8 Update protos and fix error 1.3alpha.27 2022-09-03 09:02:36 -05:00
ghostop14 92ee9889b1 Fixes #367 MedFast Enum Not Defined 2022-09-02 10:44:59 -04:00
github-actions b6e1610abe bump version 2022-08-27 13:37:05 +00:00
Ben Meadors bde5db9c51 Fixed ch-set command in setPref 1.3alpha.26 2022-08-27 08:14:48 -05:00
github-actions 148ae49ded bump version 2022-08-25 18:25:24 +00:00
Ben Meadors d1f8365da1 Merge pull request #363 from meshtastic/channel-url
Channel setting fixed
1.3alpha.25
2022-08-25 13:24:20 -05:00
Ben Meadors 59fc294d66 Channel setting fixed 2022-08-25 13:22:05 -05:00
github-actions 7473b4e18c bump version 2022-08-17 02:49:05 +00:00
Ben Meadors 58aafcf3f1 Merge pull request #361 from Douile/dev-change-channel
Fix changing modem_preset from CLI shortcuts
1.3alpha.24
2022-08-16 08:58:56 -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 b3f752a3c4 Merge pull request #360 from meshtastic/bt-canned
Bluetooth and canned messages changes
2022-08-15 21:01:44 -05: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
github-actions 49b1c4816e bump version 2022-08-11 17:46:19 +00:00
Ben Meadors 7c6e87e161 Merge pull request #356 from meshtastic/increase-timeouts
Only write single config
1.3alpha.23
2022-08-11 12:45:12 -05:00
Ben Meadors b548700c0b Only write single config 2022-08-11 12:43:41 -05:00
github-actions f278a30003 bump version 2022-08-11 16:53:26 +00:00
Ben Meadors 22bbe67d24 Merge pull request #355 from meshtastic/increase-timeouts
Increase delay for reliability
1.3alpha.22
2022-08-11 11:51:09 -05:00
Ben Meadors a2861a133e Increase delay for reliability 2022-08-11 11:48:57 -05:00
github-actions 03aab10786 bump version 2022-08-09 11:29:44 +00:00
Ben Meadors 95e768efd5 Merge pull request #354 from meshtastic/device-metadata
Add get device metadata admin message
1.3alpha.21
2022-08-08 07:07:47 -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
Ben Meadors 62efe1ab7f Merge pull request #353 from Douile/dev-fix-lint-errors-2
Fix lint errors
2022-08-05 10:13:58 -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
Ben Meadors a78cdde86f Merge pull request #349 from Douile/dev-fix-errors
Fix crash when trying to set value that doesn't exist
2022-07-27 18:53:44 -05: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