Commit Graph
2058 Commits
Author SHA1 Message Date
Michael Gillett 060df86bb6 Update __main__.py 2025-02-18 15:10:55 -05:00
Michael Gillett 7d87d5037e Update __main__.py 2025-02-18 15:10:26 -05:00
Michael Gillett 4ec7698d94 metavars being a PAIN 2025-02-18 15:09:59 -05:00
Michael Gillett 7cc65aa08a missed one 2025-02-18 15:06:20 -05:00
Michael Gillett cc411ce0bb remove nargs and unneeded fstrings 2025-02-18 15:05:31 -05:00
Michael Gillett edff956f9d specify nargs 2025-02-18 14:53:01 -05:00
Michael Gillett bd68739158 >= 8 instead of > 8 2025-02-18 14:30:28 -05:00
Michael Gillett 530d92ead2 remove redundant f string 2025-02-18 14:24:04 -05:00
Michael Gillett 60f9dc6266 new implementation 2025-02-18 14:23:55 -05:00
Michael Gillett f9ae021e43 remove old implementation 2025-02-18 14:23:40 -05:00
Michael Gillett 317d81c983 list -> tuple fix for pytest 2025-02-18 14:02:48 -05:00
Michael Gillett 5600ce92b0 update to comments 2025-01-26 13:10:56 -05:00
Michael Gillett efb848adf9 comments explaining logic 2025-01-26 12:58:18 -05:00
Michael Gillett 0d8646189f remove logging.info used for local debugging 2025-01-26 12:56:17 -05:00
Michael Gillett d0023df8ca slight logic rework 2025-01-26 12:55:03 -05:00
Michael Gillett b522abf33e update docs 2025-01-26 12:06:31 -05:00
Michael Gillett c086b6372e Update mesh_interface.py 2025-01-26 11:58:48 -05:00
github-actions 6ec506fe3b bump version to 2.5.11 2.5.11 2025-01-24 17:22:13 +00:00
Ian McEwen fc3b81dfde protobufs: v2.5.20 2025-01-24 10:19:13 -07:00
Ben Meadors 9c53ea017c Merge pull request #730 from migillett/feature/nodes-add-role
#692 feature/nodes-add-role
2025-01-23 19:07:46 -06:00
Michael Gillett 1e6625d062 feature/nodes-add-role 2025-01-21 22:31:33 -05:00
github-actions 0487ce5e1a bump version to 2.5.10 2.5.10 2025-01-10 17:10:16 +00:00
Ian McEwen aac19b2ecc protobufs: v2.5.19 2025-01-10 10:06:40 -07:00
github-actions 872fbef5d6 bump version to 2.5.9 2.5.9 2024-12-29 03:22:52 +00:00
Ian McEwen ec4fbe3a59 protobufs: v2.5.18 2024-12-28 20:18:13 -07:00
Ian McEwen 6bab385380 Tweak error messaging in the onReceive function for sendtext packets 2024-12-27 10:04:36 -07:00
Ian McEwen b8178d513a bump alpha version 2024-12-27 09:54:15 -07:00
Ian McEwen f4c085fc50 Merge pull request #714 from loic-fejoz/feature/waypoint
Waypoint creation/move/deletion
2024-12-27 09:46:45 -07:00
Ian McEwen 57f0598082 Fix some pylint complaints 2024-12-27 09:40:17 -07:00
github-actions 55d3188408 bump version to 2.5.8 2.5.8 2024-12-27 12:06:45 +00:00
Ben Meadors 7b64fbb71b Merge pull request #725 from meshtastic/dependabot/pip/jinja2-3.1.5
Bump jinja2 from 3.1.4 to 3.1.5
2024-12-25 08:42:58 -06:00
dependabot[bot] 7f85eb0285 Bump jinja2 from 3.1.4 to 3.1.5
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-24 00:32:14 +00:00
Ben Meadors d05ef17ab3 Merge pull request #724 from meshtastic/send-alert
Add sendAlert method on mesh interface
2024-12-23 10:48:49 -06:00
Ben Meadors d161291ca4 Add sendAlert method on mesh interface 2024-12-22 09:09:54 -06:00
Ian McEwen 4e267c75b0 bump to 2.5.8a0 2024-12-21 20:49:32 -07:00
github-actions f56b9eefa6 bump version to 2.5.7 2.5.7 2024-12-22 03:46:10 +00:00
Ian McEwen 2de1f1921c Merge pull request #723 from ianmcorvidae/add-wcwidth-optional
Add 'wcwidth' as an optional cli dependency
2024-12-21 20:32:47 -07:00
Ian McEwen 227507780e Add 'wcwidth' as an optional cli dependency
Fixes #598 when installed as meshtastic[cli], as should now be
recommended by documentation.
2024-12-21 20:29:07 -07:00
Ian McEwen 9f286c9023 Merge pull request #721 from ianmcorvidae/shell-completion
Add very simple shell completion using argcomplete
2024-12-21 20:26:06 -07:00
Ian McEwen 0b1545393e Make mypy happy with the optional import of argcomplete 2024-12-21 20:23:35 -07:00
Ian McEwen 245a9e40b1 Add very simple shell completion using argcomplete 2024-12-21 20:12:26 -07:00
Ian McEwen 749c6a70bc Merge pull request #720 from ianmcorvidae/winserver-fix
Fix windows-11 detection for non-float platform.release() values
2024-12-21 14:22:55 -07:00
Ian McEwen afd071c24e Fix windows-11 detection for non-float platform.release() values (fixes #639) 2024-12-21 14:17:41 -07:00
Ian McEwen 29f355bd61 Merge pull request #719 from ianmcorvidae/ignore-nodes
Support setting nodes ignored in nodedb (with 2.5.13+ firmware)
2024-12-21 13:50:44 -07:00
Ian McEwen 4b6d7a8587 Support setting nodes ignored in nodedb (with 2.5.13+ firmware) 2024-12-21 13:46:17 -07:00
Loïc Fejoz 7cc18e9df6 fix(waypoint): Missing methods
Add missing methods callbacks regarding waypoints.
2024-12-21 10:36:36 +01:00
Ian McEwen a765bccf4d Merge pull request #718 from ianmcorvidae/show-unknown-more-nicely
Display unknown hop count as '?', and header as just 'Hops'
2024-12-20 23:08:19 -07:00
Ian McEwen f950ecae2d Display unknown hop count as '?', and header as just 'Hops' 2024-12-20 23:04:36 -07:00
Ian McEwen 7c7170a5dd Merge pull request #706 from meshtastic/dependabot/pip/tornado-6.4.2
Bump tornado from 6.4.1 to 6.4.2
2024-12-20 22:50:01 -07:00
Ian McEwen df191e149b Merge pull request #713 from esev/favorite
Support setting/removing nodes as favorites
2024-12-20 22:36:23 -07:00