Commit 091826c
fix(deps): update dependency org.meshtastic:protobufs to v2.7.26 (#89)
* fix(deps): update dependency org.meshtastic:protobufs to v2.7.26
* fix(test): update ConfigBuildersTest for TrafficManagementConfig's removed enabled field
protobufs v2.7.26's KMP artifact (published from a later master commit than
the tag) removed the bool toggle fields on TrafficManagementConfig in favor
of the non-zero-implies-enabled convention on their companion uint32 fields.
Switch the test to position_min_interval_secs, matching the pattern already
used for other scalar-only configs in this test.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: James Rich <james.a.rich@gmail.com>1 parent d3638e9 commit 091826c
2 files changed
Lines changed: 6 additions & 3 deletions
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
359 | 362 | | |
360 | 363 | | |
361 | 364 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments