James Rich
c3be3f2b33
checkout protos from tom's PR
2026-01-23 13:38:06 -06:00
James Rich
04abfecf70
remove us 433
2026-01-23 11:29:14 -06:00
James Rich
0d9c1a6c02
Fix frequency calculation for amateur radio regions
...
The frequency calculation for amateur radio regions was incorrectly including `regionInfo.spacing`. This change removes the spacing component from the calculation when the region description contains "Amateur", aligning the behavior with the firmware.
2026-01-23 11:06:34 -06:00
James Rich
0724924f8c
Fix channel calculation for NARROW_868 region
...
Correct the `numChannels` and `radioFreq` calculations to align with the firmware logic. This primarily affects the NARROW_868 region by properly accounting for channel spacing.
- Remove `regionInfo.spacing` from the `numChannels` numerator.
- Add `regionInfo.spacing` to the `radioFreq` calculation.
- Add tests to verify `numChannels` and `radioFreq` for the `NARROW_868` region.
2026-01-23 08:43:26 -06:00
James Rich
f75edf2a21
feat: Add new regions and modem presets
...
This commit introduces several new regions and corresponding modem presets to align with recent firmware updates.
- Adds `EU_866`, `NARROW_868`, and `HAM_US433` regions.
- Adds new modem presets: `LITE_FAST`, `LITE_SLOW`, `NARROW_FAST`, and `NARROW_SLOW`.
- Updates the channel calculation logic to account for channel spacing, matching the firmware's behavior.
- Sets the default modem preset automatically when a new region is selected.
- Updates the protobuf submodule to the latest version.
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-01-23 08:24:18 -06:00
James Rich
1d60be2791
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4280 )
2026-01-21 17:06:06 +00:00
James Rich
7f7d189958
refactor(service): Add destination node number to remote admin commands ( #4276 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-01-21 08:27:20 -06:00
James Rich
9b150bad42
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4279 )
2026-01-21 08:26:14 -06:00
James Rich
4dda810ada
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4277 )
2026-01-21 13:39:42 +00:00
James Rich
1baae77e96
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4275 )
2026-01-21 12:39:56 +00:00
James Rich
cdfd0e3d5d
fix(configs): Improve loading state feedback and dialog behavior ( #4271 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-01-21 12:36:15 +00:00
James Rich
7173a2da99
fix(4269): Add LongTurbo preset name and tests ( #4273 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-01-21 03:36:31 +00:00
James Rich
b73a304452
refactor(firmware): Simplify ESP32 firmware check ( #4272 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-01-21 02:42:16 +00:00
renovate[bot]
b562941b63
chore(deps): update core/proto/src/main/proto digest to 77c8329 ( #4267 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-20 11:14:09 -06:00
James Rich
e45b940e51
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4265 )
2026-01-20 12:25:46 +00:00
James Rich
45227fb142
feat(test): Add comprehensive unit and instrumentation tests ( #4260 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-01-20 01:52:03 +00:00
James Rich
4e2c429180
feat(service): Overhaul MeshServiceExample ( #4263 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-01-20 00:58:26 +00:00
Eric Severance
343fec2383
Display traceroutes with 0 hops ( #4261 )
2026-01-19 20:22:32 +00:00
James Rich
afbec5d02a
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4259 )
2026-01-19 20:22:17 +00:00
James Rich
3b0dda4491
fix(node): Correct owner ID and local user detection ( #4256 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-01-19 03:20:40 +00:00
James Rich
d9bc79b396
refactor(ui): Improve EmojiPicker layout constraints ( #4250 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-01-17 23:39:15 +00:00
James Rich
fe9c8dac83
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4242 )
2026-01-16 17:04:13 +00:00
James Rich
75a3f89f51
feat(firmware): Use pio_env to select correct firmware variant ( #4244 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-01-16 16:51:55 +00:00
James Rich
e470fa86eb
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4237 )
2026-01-16 01:06:42 +00:00
James Rich
962137ae4d
refactor: Enable test coverage and update CI ( #4233 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-01-16 00:47:45 +00:00
James Rich
d27a848b2d
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4229 )
2026-01-15 23:24:00 +00:00
Mac DeCourcy
afeff9a460
feat: retry message/reaction dialog ( #4195 )
2026-01-15 23:23:33 +00:00
James Rich
4b7f20000e
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4226 )
2026-01-15 16:47:48 +00:00
James Rich
37b59af27b
feat: Localize traceroute strings ( #4228 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-01-15 16:43:55 +00:00
James Rich
1f07486745
feat: Add Client Base role strings ( #4227 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-01-15 16:40:21 +00:00
James Rich
5a59dcf2e2
feat(connections): Improve connection screen UI and logic ( #4224 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-01-15 15:36:03 +00:00
James Rich
2f3d94c759
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4223 )
2026-01-15 15:01:44 +00:00
James Rich
5829a5dd62
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4222 )
2026-01-15 13:05:47 +00:00
James Rich
8599d1aef7
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4220 )
2026-01-15 11:33:25 +00:00
James Rich
2a60480bd9
feat: Add ESP32 Unified OTA update support ( #4095 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2026-01-15 03:22:30 +00:00
James Rich
b84dcb3971
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4215 )
2026-01-14 23:41:14 +00:00
James Rich
297e9a710c
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4213 )
2026-01-14 22:45:51 +00:00
James Rich
eba9d62c12
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4212 )
2026-01-14 20:55:40 +00:00
James Rich
4088b5e5c5
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4209 )
2026-01-14 15:07:57 +00:00
James Rich
5d0d52517d
feat(messaging): Overhaul message bubbles and add actions ( #4206 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-01-14 02:43:06 +00:00
James Rich
8dc1a3a8cf
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4205 )
2026-01-13 23:33:33 +00:00
renovate[bot]
1c6ecb5a35
chore(deps): update core/proto/src/main/proto digest to c8d5047 ( #4204 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-13 23:33:14 +00:00
lowi
80996f241b
fix #4150 : display 0°C instead of -0°C for near-zero negative temperatures ( #4186 )
...
Signed-off-by: lowi <75674438+lohwasser@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-13 12:34:35 +00:00
James Rich
0df3af36c6
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4197 )
2026-01-13 12:25:35 +00:00
renovate[bot]
c7d8c65176
chore(deps): update core/proto/src/main/proto digest to 547a7d8 ( #4196 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-13 12:24:58 +00:00
renovate[bot]
b131003008
chore(deps): update core/proto/src/main/proto digest to 61219de ( #4194 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-13 01:58:49 +00:00
James Rich
bc6c19c83d
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4187 )
2026-01-11 23:35:28 +00:00
renovate[bot]
d7b96a1471
chore(deps): update core/proto/src/main/proto digest to aa48faf ( #4185 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-11 13:13:46 +00:00
James Rich
ed00eb64a2
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) ( #4182 )
2026-01-11 02:49:48 +00:00
James Rich
0591e9186b
feat: Add "now" string and update formatAgo function ( #4183 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2026-01-11 02:25:21 +00:00