Commit Graph

  • d72cc0e201 quick-coverage: simple test case just to cover uncovered code. Nerdenator 2024-06-04 01:01:32 -05:00
  • b350b9eab9 Update the main module docstring to be a bit more accurate, at least Ian McEwen 2024-06-01 23:03:56 -07:00
  • dc112f2f3a protobufs: v2.3.11 Ian McEwen 2024-06-01 12:04:01 -07:00
  • 14ae4eeac1 bump version github-actions 2024-06-01 18:47:51 +00:00
  • bbc526d0a8 Merge pull request #584 from ianmcorvidae/improve-fixed-position 2.3.10 Ian McEwen 2024-06-01 00:44:17 -07:00
  • abe98f5079 Merge pull request #585 from ianmcorvidae/position-rounding Ian McEwen 2024-06-01 00:42:58 -07:00
  • e8dfee8454 Fix rounding of position values when converting from integer to float in _fixupPosition. Fixes #572 Ian McEwen 2024-05-31 18:57:30 -07:00
  • 1746ad15d7 Use new fixed position admin messages and add --remove-position argument. Fixes #525 Ian McEwen 2024-05-31 18:44:33 -07:00
  • 4d67e7fc76 Fix up/add some more types Ian McEwen 2024-05-30 17:51:42 -07:00
  • 3b112d2f49 Merge pull request #583 from ianmcorvidae/update-unknown-node-setup Ian McEwen 2024-05-30 15:52:16 -07:00
  • 93e9c1c66c Initialize unknown nodes more in line with meshtastic/design#16 Ian McEwen 2024-05-30 13:50:52 -07:00
  • 8e641b3186 Merge pull request #581 from 868meshbot/868meshbot-fix-ignore-incoming Ian McEwen 2024-05-26 00:03:11 -07:00
  • ed545cd9b4 Merge pull request #580 from todd-herbert/wait-to-disconnect Ian McEwen 2024-05-26 00:02:08 -07:00
  • bcd60c9ef7 Update __main__.py 868meshbot 2024-05-25 16:28:16 +01:00
  • c3d044e3f2 Optional pause before disconnecting Todd Herbert 2024-05-24 17:10:07 +12:00
  • 8d538e8f24 protobufs: v2.3.10 Ian McEwen 2024-05-18 12:56:41 -07:00
  • fa1a3d7901 bump version github-actions 2024-05-18 00:15:11 +00:00
  • 3adeb925dd tweak the roadmap in README a little 2.3.9 Ian McEwen 2024-05-14 16:05:21 -07:00
  • 9de04a12e1 Merge pull request #574 from ianmcorvidae/warn-enable-disable Ian McEwen 2024-05-13 21:30:01 -07:00
  • e01a1bb6e0 add a warning on --ch-enable and --ch-disable, which should usually be avoided Ian McEwen 2024-05-13 21:27:53 -07:00
  • 1ebea53703 make pylint happy with import order Ian McEwen 2024-05-11 22:28:50 -07:00
  • ba2d6c9d93 continue progressively typing things (SerialInterface/BLEInterface initializations) Ian McEwen 2024-05-11 22:27:31 -07:00
  • fef0e1b77f Remove an unuseful/inaccurate comment Ian McEwen 2024-05-10 20:17:48 -07:00
  • dc1dec17b5 protobufs: v2.3.9 Ian McEwen 2024-05-10 14:56:07 -07:00
  • 02ed17837b Improve FromRadio handling, publish messages for client proxy/xmodem stuff tentatively Ian McEwen 2024-05-10 14:54:32 -07:00
  • 8cf996a242 Merge pull request #564 from jhollowe-forks/fix-help-typo Ian McEwen 2024-05-02 19:04:08 -07:00
  • 02189aae07 Fix typo in __main__.py John Hollowell 2024-05-02 21:51:09 -04:00
  • 894581ce00 Merge pull request #563 from ianmcorvidae/show-channel-0 Ian McEwen 2024-05-02 18:29:00 -07:00
  • fb8db01427 Print 0 for channel rather than N/A, since we should probably always have a channel. Fixes #562 Ian McEwen 2024-05-02 18:22:39 -07:00
  • fa5ede93ed bump version github-actions 2024-05-01 16:42:38 +00:00
  • 022a8a1017 protobufs: v2.3.8 2.3.8 Ian McEwen 2024-05-01 09:40:04 -07:00
  • 21f6e25ab0 Merge pull request #561 from ianmcorvidae/use-heartbeat Ian McEwen 2024-04-29 15:18:23 -07:00
  • 243e297505 Use the new Heartbeat payload variant for the heartbeat instead of an empty ToRadio packet Ian McEwen 2024-04-29 15:16:04 -07:00
  • 9fc86f9450 Merge pull request #558 from geeksville/pr-fixjson Ian McEwen 2024-04-28 21:40:43 -07:00
  • e5999f5be6 Merge pull request #560 from geeksville/pr-fixchannel Ian McEwen 2024-04-28 19:53:04 -07:00
  • 3886bc16d7 Update python client to use the 'modern' meshtastic protocol init flow geeksville 2024-04-27 11:52:02 -07:00
  • 7fe98bc266 Pretty indent --info JSON output (see below for details) geeksville 2024-04-26 15:15:57 -07:00
  • 2f9307fd99 bump version github-actions 2024-04-25 18:33:55 +00:00
  • 3d6fa369e8 Merge pull request #556 from ianmcorvidae/enter-dfu 2.3.7 Ian McEwen 2024-04-25 11:29:09 -07:00
  • 6812f508bc Add --enter-dfu for entering DFU mode on NRF52 devices via admin message Ian McEwen 2024-04-25 11:17:15 -07:00
  • 158cac6b0b Merge pull request #555 from ianmcorvidae/channel-indices Ian McEwen 2024-04-24 19:35:44 -07:00
  • 4d10b6e1bd Better support --ch-index for other commands (traceroute, telemetry, position) Ian McEwen 2024-04-24 17:18:17 -07:00
  • bb6e3b7a49 protobufs: v2.3.7 Ian McEwen 2024-04-23 21:35:15 -07:00
  • 8b29dc683a Merge pull request #554 from GUVWAF/storeForward Ian McEwen 2024-04-22 11:14:21 -07:00
  • d4156d78c6 Add missing StoreForward config from radio GUVWAF 2024-04-22 20:09:30 +02:00
  • c52977781e Merge pull request #553 from ianmcorvidae/more-dest-not-allowed Ian McEwen 2024-04-21 13:03:58 -07:00
  • 5ebc8e6f95 Don't allow --dest with --tunnel either Ian McEwen 2024-04-21 10:38:01 -07:00
  • 56d1dcafe5 --dest doesn't work with --export-config Ian McEwen 2024-04-21 10:35:59 -07:00
  • 393c765557 Fix up tests Ian McEwen 2024-04-21 10:32:07 -07:00
  • 243b310eb2 Allow generating QR codes for remote nodes and for all channels Ian McEwen 2024-04-21 09:41:07 -07:00
  • cd1ecab4e0 Don't allow --dest with --setlat/lon/alt. Fixes #545 Ian McEwen 2024-04-21 09:38:32 -07:00
  • c710953b85 bump version github-actions 2024-04-20 17:50:14 +00:00
  • 70c5a30b77 protobufs: v2.3.6 2.3.6 Ian McEwen 2024-04-18 14:08:40 -07:00
  • 9f0ba7aeae Merge pull request #549 from ianmcorvidae/export-import-config-altitude Ian McEwen 2024-04-18 12:32:04 -07:00
  • 4226201423 Don't export null altitude, but support importing null lat/lon/alt as 0s. Fixes #548 Ian McEwen 2024-04-18 12:14:16 -07:00
  • bdf3a24be1 Merge pull request #546 from ianmcorvidae/request-position Ian McEwen 2024-04-16 15:45:50 -07:00
  • e8ba5581f6 Add a --request-position argument to request positions from nodes Ian McEwen 2024-04-16 15:43:24 -07:00
  • 948846e0f1 Send the position the node already thinks it's at when --no-time is absent, rather than an empty position Ian McEwen 2024-04-16 15:13:53 -07:00
  • 6c4dbb6fe6 Fix quotes Ian McEwen 2024-04-16 14:58:50 -07:00
  • afbabf9538 Merge branch 'bugfix-466-yaml-import' Ian McEwen 2024-04-16 13:56:00 -07:00
  • d8107122a2 Merge remote-tracking branch 'danwelch3/bugfix-466-yaml-import' into bugfix-466-yaml-import Ian McEwen 2024-04-16 13:53:54 -07:00
  • 03c1f08e45 Fix Lint Error Dan Welch 2024-04-16 14:46:35 -06:00
  • 760fcfcea7 Merge pull request #544 from holdenweb/new-globals Ian McEwen 2024-04-16 13:17:16 -07:00
  • a4830f5f62 Treat a message as an ack if there is an errorReason but it's set to NONE, not just if the errorReason is absent Ian McEwen 2024-04-16 13:10:18 -07:00
  • 2b1f337a41 bump version github-actions 2024-04-15 06:47:12 +00:00
  • ddad5f08b3 protobufs: v2.3.5 2.3.5 Ian McEwen 2024-04-14 12:30:14 -07:00
  • 6e7933a3ce Fix my own pylint mistakes Ian McEwen 2024-04-11 18:40:10 -07:00
  • f449ff9506 Add a variety of type annotations, primarily in mesh_interface Ian McEwen 2024-04-11 18:28:01 -07:00
  • a07e853f69 Refactor to remove pylint issues. Steve Holden 2024-04-10 17:42:44 +01:00
  • 0d57449030 Begin to rationalise test data. Steve Holden 2024-04-10 14:25:17 +01:00
  • 067cddd354 Refactor to avoid the use of a special global object. Steve Holden 2024-04-10 09:56:38 +01:00
  • 4af1b322da Also accept nested settings in module_config. Show full config path in output when nested. AeroXuk 2024-04-09 12:27:08 +01:00
  • c580df15e1 Merge 'master' into 'bugfix-466-yaml-import'. AeroXuk 2024-04-09 12:20:04 +01:00
  • b280d0ba23 Merge pull request #541 from ianmcorvidae/removenode Ian McEwen 2024-04-08 15:05:11 -07:00
  • 439b1ade2e Add --remove-node (fixes #514) Ian McEwen 2024-04-08 14:58:15 -07:00
  • 9f2b54eb98 Merge pull request #540 from ianmcorvidae/hopsaway Ian McEwen 2024-04-08 11:28:39 -07:00
  • 278ca74a70 Show hops away when present in nodeDB (fixes #539) Ian McEwen 2024-04-08 11:24:21 -07:00
  • 1c93b7bd52 Revert "disable bump for post1 version" Ian McEwen 2024-04-08 10:54:10 -07:00
  • 2d4be347e9 disable bump for post1 version 2.3.4.post1 Ian McEwen 2024-04-08 10:49:13 -07:00
  • 26f024dc11 Set minimum version for protobuf to ensure presence of always_print_fields_with_no_presence Ian McEwen 2024-04-08 10:47:01 -07:00
  • 2b8348ea05 bump version github-actions 2024-04-08 17:14:00 +00:00
  • 7cea3cefc8 protobufs: v2.3.4 2.3.4 Ian McEwen 2024-04-08 10:12:50 -07:00
  • 693533aba2 Merge pull request #538 from ianmcorvidae/organize-args Ian McEwen 2024-04-07 23:33:21 -07:00
  • 157f9cd276 Group and organize arguments a bit more Ian McEwen 2024-04-07 23:20:02 -07:00
  • e742b5c0b8 Split out connection-related args into their own function & group Ian McEwen 2024-04-04 00:30:05 -07:00
  • b57d1d81ff Fix up pylint from merged PR Ian McEwen 2024-04-02 15:15:22 -07:00
  • 4c97866875 Merge pull request #511 from flavoromission/506-show-all-module-settings Ian McEwen 2024-04-02 13:11:35 -07:00
  • 8bb0cdf21b Merge pull request #528 from ianmcorvidae/protobufs-mypy Ian McEwen 2024-04-01 10:50:24 -07:00
  • 218e9b969a Merge pull request #532 from ianmcorvidae/listen-enables-debug Ian McEwen 2024-03-30 11:08:22 -07:00
  • 917d6b2214 update docs for --listen too Ian McEwen 2024-03-30 11:06:01 -07:00
  • 523a855238 When --listen is set, turn on debug-level logging as though --debug was, even if it wasn't explicitly provided Ian McEwen 2024-03-30 11:04:25 -07:00
  • 7a1b4b0d8b Attempt to add mypy to CI Ian McEwen 2024-03-30 10:26:40 -07:00
  • 896eeff1a4 Update codecov link, remove current docs link, update standalone installation docs link Ian McEwen 2024-03-30 10:16:34 -07:00
  • 9f0d223b81 Merge pull request #530 from Jorropo/meters Ian McEwen 2024-03-30 10:13:27 -07:00
  • 5f92ac3995 in --help indicate --setalt takes meters Jorropo 2024-03-30 10:36:56 +01:00
  • 1b08aa4852 Attempt upgrading codecov action to see if tokenless uploads can be made to work Ian McEwen 2024-03-29 19:54:51 -07:00
  • ffa2de5385 Attempt upgrading codecov action to see if tokenless uploads can be made to work Ian McEwen 2024-03-29 19:54:51 -07:00
  • 03ceb9bcab Ignore generated interfaces for pylint Ian McEwen 2024-03-29 18:56:19 -07:00
  • 59091664db Check against proper full name for moved protobufs Ian McEwen 2024-03-28 09:37:06 -07:00
  • 4baef92523 Fix assorted mypy-detected errors Ian McEwen 2024-03-26 17:36:00 -07:00