Commit Graph

  • 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
  • 4528cbf407 Update dependencies, regen-protobufs, protobufs, etc. to support types & mypy Ian McEwen 2024-03-21 15:25:30 -07:00
  • ad8dbeab14 List unknown node IDs always with 8 hex digits, padded with 0s Ian McEwen 2024-03-29 16:15:57 -07:00
  • 2746a8ebb6 bump version github-actions 2024-03-29 16:26:33 +00:00
  • 5a277ab4bd Guard against lack of decoded message in --reply 2.3.3 Ian McEwen 2024-03-29 09:23:06 -07:00
  • 1a278db65e protobufs: v2.3.3 Ian McEwen 2024-03-29 09:20:39 -07:00
  • 276e99ad75 Remove vercel Ben Meadors 2024-03-27 11:29:15 -05:00
  • f51bc8b9d7 Merge pull request #526 from ianmcorvidae/missing-portnums-knownprotocol Ben Meadors 2024-03-26 07:39:51 -05:00
  • f3f6a6327d fixing copypaste error Ian McEwen 2024-03-25 22:36:33 -07:00
  • d03c78518d Add missing portnums to the dict for automatic decoding as protocol buffers/text Ian McEwen 2024-03-25 19:54:53 -07:00
  • 54303b5e02 reset version bumping and setup.py Ian McEwen 2024-03-25 14:16:42 -07:00
  • 49a5f6a63a set to .post1 version number 2.3.2.post1 Ian McEwen 2024-03-25 14:10:37 -07:00
  • 934491dbd3 disable bump_version for now Ian McEwen 2024-03-25 14:06:46 -07:00
  • f4120102b3 Fix things for nanopb.proto Ian McEwen 2024-03-25 14:03:58 -07:00
  • 3839c75c82 bump version github-actions 2024-03-25 20:19:17 +00:00
  • 05e181dece protobufs: v2.3.2 2.3.2 Ian McEwen 2024-03-25 13:17:23 -07:00
  • ad02ce172d Merge pull request #524 from ianmcorvidae/make-tests-happy Ben Meadors 2024-03-24 20:25:15 -05:00
  • daa5587443 re-fix pylint Ian McEwen 2024-03-23 22:17:49 -07:00
  • a139d180b8 Fix up or comment out broken tests, to get CI (hopefully) happy Ian McEwen 2024-03-21 00:15:36 -07:00
  • 09f8405422 Remove --sendping as REPLY_APP portnum is disabled in firmware now Ian McEwen 2024-03-23 21:25:38 -07:00
  • 107629e581 Merge pull request #523 from ianmcorvidae/readme-roadmap Ben Meadors 2024-03-22 14:28:38 -05:00
  • 39a2ecb439 improve README wording Ian McEwen 2024-03-22 12:27:05 -07:00
  • 1318225e27 Add a rudimentary call for contributors & roadmap to README.md Ian McEwen 2024-03-22 12:05:40 -07:00
  • 85a6d4c21b Remove stale device_metadata_pb2 whose .proto file no longer exists Ian McEwen 2024-03-22 11:46:29 -07:00
  • 1088880f04 bump version github-actions 2024-03-21 12:47:22 +00:00
  • 0738e5ec6d Remove publish mac (for now) 2.3.1 Ben Meadors 2024-03-21 07:35:55 -05:00
  • 5537778b64 2.3.1 protobufs Ben Meadors 2024-03-20 10:27:19 -05:00
  • 341d8e0cec Merge pull request #517 from ianmcorvidae/pylint-wrangling Ben Meadors 2024-03-19 17:51:14 -05:00
  • 9b5943192d Make pylint happy with ble_interface.py Ian McEwen 2024-03-19 13:18:15 -07:00
  • bf56521a53 Create Tunnel.TunnelError for specialized errors in that file Ian McEwen 2024-03-19 13:00:06 -07:00
  • 16a1af6a13 Create MeshInterface.MeshInterfaceError to specialize errors in that file Ian McEwen 2024-03-19 12:58:44 -07:00
  • b8640666d7 Fix some outstanding pylint issues (or disable the checks) Ian McEwen 2024-03-19 12:35:42 -07:00
  • 0528a6fb3b Merge pull request #516 from ianmcorvidae/pkgversions-ci Ben Meadors 2024-03-19 14:24:23 -05:00
  • 5511871442 Add packaging to setup.py. hopefully. Ian McEwen 2024-03-19 12:20:35 -07:00
  • 486e13a93b Add 'packaging' to requirements.txt Ian McEwen 2024-03-19 12:17:24 -07:00
  • 759cafb817 use importlib.metadata and packaging.version instead of pkg_resources Ian McEwen 2024-03-19 12:02:40 -07:00
  • 27be73c707 feat:506 show all module settings flavor omission 2024-03-17 23:48:30 -04:00
  • bd788ae303 Merge pull request #508 from ianmcorvidae/set-ch-index-on-add Ben Meadors 2024-03-17 07:45:29 -05:00
  • bb8a0d987f Merge pull request #509 from ianmcorvidae/fix-chset-options-list Ben Meadors 2024-03-17 07:44:30 -05:00
  • 92cc84e692 Make --ch-set with invalid options print out the available options as the documentation says it does Ian McEwen 2024-03-16 11:48:25 -07:00
  • 03abaf6059 Set --ch-index to a newly added channel when --ch-add is set, to allow further modification Ian McEwen 2024-03-16 11:06:32 -07:00
  • 6bed30e175 Merge pull request #505 from ianmcorvidae/unknown-nodes Ben Meadors 2024-03-14 07:38:23 -05:00
  • 9f2cc28fef Show unknown nodes in a fashion similar to the web UI. Fixes #504 Ian McEwen 2024-03-13 21:15:00 -07:00
  • fdd5b866b5 Merge pull request #503 from wnagele/ble_improvements Ben Meadors 2024-03-13 08:20:55 -05:00
  • 4ebb928400 Make BLE connections a bit more resilient Wolfgang Nagele 2024-03-13 14:08:32 +01:00
  • 4522a8a7b0 Document automatic device search Jonathan Bennett 2024-03-11 18:25:54 -05:00
  • 14813e5c76 Attempt TCP connection to localhost if serial detect fails Jonathan Bennett 2024-03-11 17:00:49 -05:00
  • c67d299984 Put bump version back Ben Meadors 2024-03-11 12:45:32 -05:00
  • d1efe39c59 Temporarily remove bump_version 2.3.0 Ben Meadors 2024-03-11 12:38:21 -05:00
  • 079c8c6a24 Version Ben Meadors 2024-03-11 12:21:00 -05:00
  • fbcdab37ed Protobufs Ben Meadors 2024-03-11 12:20:08 -05:00
  • 83359a9cae Merge pull request #497 from meshtastic/revert-490-master Ben Meadors 2024-03-11 12:18:53 -05:00
  • 67636c4ce2 Revert "Move pb2 Files to Own Folder" Ben Meadors 2024-03-11 12:18:25 -05:00