Ian McEwen
1cd1aed33c
Fix pylint/mypy stuff
2026-07-02 23:31:38 -07:00
Ian McEwen
ab14fb2a86
Initial implementation of simradio-based testing with a multi-node simulated mesh
2026-07-02 22:48:01 -07:00
Ian McEwen
7a7353ca15
fix auto review skip-certain-authors key in coderabbit config
2026-07-02 09:17:31 -07:00
Ian McEwen
e2844cb8d6
Merge pull request #944 from tylerpieper/master
...
add support for .cfg export/import
2026-07-01 21:17:09 -07:00
Ian McEwen
441c6e80a1
coderabbit yaml, primarily to disable the stupid poem
2026-07-01 16:34:12 -07:00
Ian McEwen and Copilot Autofix powered by AI
b05e545396
guard against None
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-07-01 15:21:25 -07:00
Ian McEwen
b6a13d58fe
Refactor DeviceProfile import/export and harden handling
...
- Unify parsing for yaml/DeviceProfile paths
- Improve autodetection
- Ensure partial-config behavior with yaml
- gate configuration to local node (avoiding some pre-existing bugs)
- gate fixed position updates behind explicit opt-in via position settings field
- use setOwner properly
- tests, tests, and more tests
2026-07-01 13:57:42 -07:00
tylerpieper
8c5efb926c
add support for .cfg export/import
...
adds binary import and export to mirror functionality of android (and soon ios) app
2026-06-29 14:41:16 -07:00
github-actions
6d76edf8a7
bump version to 2.7.10
2.7.10
2026-06-29 20:45:10 +00:00
Ian McEwen
74cce6bab9
protobufs: v2.7.26
2026-06-26 12:51:57 -07:00
Ian McEwen
1309f4f344
Merge pull request #943 from ianmcorvidae/flag-int-improvements
...
feat: add named-flag/power-of-2 bitfield support to --set
2026-06-26 11:13:28 -07:00
Ian McEwen
fa01cb7a5d
Fix mypy complaint
2026-06-26 11:09:15 -07:00
Ian McEwen
dcdbda0524
feat: add named-flag/power-of-2 bitfield support to --set
...
This enables e.g. `--set position.position_flags ALTITUDE,SPEED`
rather than the dedicated `--pos-flags`, and similarly for
`network.enabled_protocols`.
Displaying these named values when printing out configurations
is not yet implemented.
2026-06-26 11:01:19 -07:00
Ian McEwen
9479fb2a77
Merge pull request #942 from ianmcorvidae/document-port
...
Better document how to specify a port when using TCP connection
2026-06-25 14:47:45 -07:00
Ian McEwen
990ecc2350
Better document how to specify a port when using TCP connection
...
Fixes #868
Also, fix a pylint complaint.
2026-06-25 14:46:45 -07:00
Ian McEwen
7fc69e957c
Fail earlier if the ota update file isn't found
2026-06-25 14:28:32 -07:00
Ian McEwen
f0de977be5
Some more test improvements
2026-06-25 14:07:36 -07:00
Ian McEwen
c118334933
Add tests for the flags_to_list util function
2026-06-18 20:55:13 -07:00
Ian McEwen
307d8d81e7
Merge pull request #933 from ianmcorvidae/shared-contact
...
Add support for adding contacts using the CLI, including remotely
2026-06-17 07:42:14 -07:00
Ian McEwen
405a6bbc5d
Fix an issue in to_node_num and add a bunch of tests to it as well
2026-06-16 20:36:06 -07:00
Ian McEwen
db746a0981
pylint appeasement
2026-06-16 20:32:38 -07:00
Ian McEwen
13b8cdcb04
Improve test coverage, use property-based tests
2026-06-16 20:27:14 -07:00
Ian McEwen
9d445098f4
small fixes
2026-06-14 20:39:26 -07:00
Ian McEwen
8c84074c1d
pylint appeasement
2026-06-14 19:06:45 -07:00
Ian McEwen
1cffae6add
Add support for adding contacts using the CLI, including remotely
2026-06-14 15:28:07 -07:00
Ian McEwen
e4f0fb222b
Merge pull request #930 from pieceofr/fix/traceroute-routing-error-response
...
Handle ROUTING_APP error response in onResponseTraceRoute
2026-06-12 13:17:58 -07:00
github-actions
6eeb90066c
bump version to 2.7.9
2.7.9
2026-06-09 02:01:44 +00:00
Ian McEwen
e216848c91
Merge pull request #932 from ianmcorvidae/fixup-container
...
Fix up the container build
2026-06-08 13:33:09 -07:00
Ian McEwen
dd1df473c7
Fix up the container build to use a multi-stage build, cache better, and most importantly actually keep the library in the final image ( fixes #931 )
2026-06-08 13:28:09 -07:00
Nox and Claude Sonnet 4.6
953d01206b
Handle NONE errorReason in onResponseTraceRoute and add regression test
...
ROUTING_APP with errorReason NONE is an ACK (success), not an error.
Only print failure message for non-NONE error reasons.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 21:03:49 +08:00
Nox and Claude Sonnet 4.6
c71d3df332
Add unit test for onResponseTraceRoute ROUTING_APP error handling
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-04 12:45:59 +08:00
Nox and Claude Sonnet 4.6
0413d00825
Handle ROUTING_APP error response in onResponseTraceRoute
...
Previously, receiving a ROUTING_APP packet in response to a traceroute
would cause the function to attempt parsing it as a RouteDiscovery
payload, resulting in a crash or silent failure followed by a timeout.
This mirrors the error handling already present in onResponseTelemetry
and onResponseWaypoint, but displays the specific errorReason instead
of a hardcoded firmware version message, since traceroute is a
diagnostic tool where the exact failure reason is more valuable.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-03 22:50:56 +08:00
Ian McEwen
8f0faf5c3f
One more dependency update
2026-05-31 20:22:00 -07:00
Ian McEwen
ab656d54a8
More lockfile updates now that dependabot woke up
2026-05-31 20:17:59 -07:00
Ian McEwen
c575547fae
Merge branch 'review/pr-894'
...
Closes #894
2026-05-31 18:10:59 -07:00
Ian McEwen
0bef1370d7
tests of new BLEError functionality
2026-05-31 18:10:30 -07:00
Ian McEwen
f9a1357816
Add a BLEError 'kind' field and branch on it instead of string matching
2026-05-31 18:03:26 -07:00
Ian McEwen
d1f3552f64
Merge pull request #928 from ianmcorvidae/examples
...
Make examples more regularized and focused, and add contribution guidelines for the examples folder
2026-05-31 17:59:53 -07:00
Ian McEwen
81ae8b6c87
Make examples more regularized and focused, and add contribution guidelines for the examples folder
2026-05-31 17:50:14 -07:00
Ian McEwen
9c1573f1b3
Merge branch 'review/pr-739' into tmp/examples-consolidation
2026-05-31 17:19:11 -07:00
Ian McEwen
ff26f9769d
Remove arm/v7 from the container build right now, can't be bothered
2026-05-31 17:02:39 -07:00
Ian McEwen
e5449be38e
tryfix container build issue
2026-05-31 16:54:34 -07:00
Ian McEwen
e350c238c5
A bunch of dependency updates in poetry.lock (to shut up Dependabot)
2026-05-31 16:43:18 -07:00
Ian McEwen
2fca36b3fe
Merge branch 'review/pr-847'
2026-05-31 15:45:14 -07:00
Ian McEwen
b16441378e
Harden a bit, update some sections, add a README section
2026-05-31 15:45:02 -07:00
Ian McEwen
6037944215
Merge branch 'review/pr-901'
...
Closes #901
2026-05-31 15:13:40 -07:00
Ian McEwen
6909d3d21f
make test more deterministic for reconnect count testing
2026-05-31 15:10:37 -07:00
Ian McEwen
dbf4cabee1
Avoid deadlocking on potentially re-entrant _startConfig call, and don't reconnect when _wantExit
2026-05-31 15:03:58 -07:00
Ian McEwen
435e53eae2
Re-establish the OSError being raised to match former behavior, but still reconnect. TBD if this is quite the right approach.
2026-05-31 14:53:46 -07:00
Ian McEwen
12509bef30
Merge branch 'master' into review/pr-901
2026-05-31 14:30:04 -07:00