Ben Meadors
4d5b500df5
Merge pull request #895 from meshtastic/takv2_geometry
...
Takv2 geometry (missed commits)
2026-04-16 20:15:41 -05:00
copilot-swe-agent[bot]
793e274f59
Run buf format on atak proto
...
Agent-Logs-Url: https://github.com/meshtastic/protobufs/sessions/059c2e02-63e3-467d-b032-dc5c15883261
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
2026-04-17 00:56:12 +00:00
Ben Meadors
e5b07ae0b0
Update atak.proto
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-16 19:52:05 -05:00
Ben Meadors
3a398acbff
Update atak.proto
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-16 19:51:52 -05:00
Ben Meadors
3ce7c51068
Rename Environment -> TAKEnvironment to avoid SwiftUI collision
...
The bare `Environment` message name clashes with SwiftUI's `@Environment`
property wrapper, which is used by every SwiftUI view in an iOS consumer
app. Importing the generated proto module (e.g. `MeshtasticProtobufs`)
made `Environment` ambiguous in all 78 files of Meshtastic-Apple that
reference `@Environment(\.scenePhase)` or similar, breaking the build.
Field name `environment` on TAKPacketV2 stays unchanged — only the
message type is renamed. Wire format is unaffected (proto3 encodes by
tag number, not type name), but all generated code and source-level
references must be regenerated.
The `TAK` prefix matches the convention used by the outer TAKPacketV2
wrapper and is unambiguous across Swift (no SwiftUI/WeatherKit clash),
Kotlin, Python, TypeScript, and C# targets.
2026-04-16 11:01:59 -05:00
Ben Meadors
da33d0ea72
Add Environment and SensorFov annotations to TAKPacketV2
...
Two new top-level optional fields at tags 25 and 26 that attach to any
payload_variant. Environment carries weather readings from <environment>
CoT detail elements (temperature, wind direction, wind speed). SensorFov
carries the 8 geometry attributes of ATAK-CIV's <sensor> element (type,
azimuth, range, horizontal and vertical FOV, elevation, roll, model),
dropping the 9 display-only attributes (fovAlpha/RGB, strokeColor/Weight,
hideFov, fovLabels, displayMagneticReference, rangeLines) that are
receiver-side render hints.
Units are chosen for compact varint encoding and parity with existing
fields: temperature in deci-degrees Celsius (sint32), wind speed in cm/s
to match TAKPacketV2.speed, all angles as whole degrees.
Tags 27-29 reserved for future annotations before the payload_variant
oneof resumes at tag 30.
2026-04-16 11:01:59 -05:00
Ben Meadors
052a9fa4bf
Add v2.x medline extensions and ZMistEntry message to CasevacReport
2026-04-16 11:01:59 -05:00
Ben Meadors
c9067dae4a
Merge pull request #894 from meshtastic/more-remoteshell
...
Add two more RemoteShell fields
2026-04-15 11:11:39 -05:00
Jonathan Bennett
7900e5d2dd
Add two more RemoteShell fields
2026-04-14 18:44:46 -05:00
Thomas Göttgens
940ac382a7
add THINKNODE device IDs ( #893 )
2026-04-14 14:51:23 +02:00
oscgonfer
a045501ea8
Multiple one wire channels ( #886 )
...
* Add DS248X bridge
* One wire temperature for multiple channels
2026-04-14 13:52:08 +02:00
Jonathan Bennett
98e95eeaa2
Remote Shell Protobufs ( #892 )
...
* Add initial dmshell
* Remove unused code
* Internally use RemoteShell
* Formatting fix
* Clarify comment for REMOTE_SHELL_APP
Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
2026-04-14 12:35:13 +02:00
Ben Meadors
0e5eab17af
Takv2 geometry and other structures ( #891 )
2026-04-14 12:33:08 +02:00
oscgonfer
a4c649bd3e
Add DS248X bridge ( #885 )
2026-04-10 13:26:49 +02:00
Ben Meadors
e30092e616
Merge pull request #887 from meshtastic/tak_v2
...
Add ATAK Plugin TAKPacket V2 protobufs and expand CoT enums
2026-04-08 10:08:17 -05:00
Ben Meadors
60842c1728
Busted
2026-04-08 09:30:59 -05:00
Ben Meadors
1e932be09b
Add additional CotType enums for aircraft, ground units, and other data messages
2026-04-08 07:36:27 -05:00
Ben Meadors
dd951d7796
Add ATAK Plugin V2 protobufs and expand CoT enums
2026-04-06 20:32:31 -05:00
Ben Meadors
349c1d5c1e
Merge pull request #884 from SeeedZhangyh/AddHardwareModel
...
Push commit to schema registry / Push to schema registry (push) Waiting to run
Add Hardware Model for T1000-E-Pro
2026-04-03 19:46:58 -05:00
SeeedZhangyh
1cd2e56ca2
Add Hardware Model for T1000-E-Pro
2026-04-03 14:57:52 +08:00
Ben Meadors
cb1f89372a
Merge pull request #878 from Quency-D/mesh-node-t096
...
Push commit to schema registry / Push to schema registry (push) Has been cancelled
add heltec-mesh-node-t096 board
2026-03-22 06:34:55 -05:00
Tom Fifield
ee7df89f3e
Merge pull request #879 from danditomaso/fix/update-rust-deps-cve
...
Update prost dependencies to 0.14.3 to address known CVE
2026-03-21 19:47:19 +11:00
Dan Ditomaso
4c3fe0cf08
Update prost dependencies to 0.14.3 to address known CVE
...
Bump prost and prost-types from 0.13.3 to 0.14.3 along with
all transitive dependency updates to resolve a known security
vulnerability in the Rust protobuf stack.
2026-03-20 22:30:47 -04:00
Quency-D
45a2d2dc8b
Correct the enumeration value.
2026-03-19 17:27:08 +08:00
Quency-D
8436e98fcf
add heltec-mesh-node-t096 board
2026-03-19 16:51:46 +08:00
Ben Meadors
eba2d94c8d
Merge pull request #873 from fablabbcn/enhancement/sht-sensor-consolidation
...
Enhancement/sht sensor consolidation
2026-03-17 13:11:01 -05:00
Ben Meadors
bc8e63833a
Merge pull request #876 from DasAuryn/add-groupalarm-portnum
...
Add GroupAlarm app portnum
2026-03-17 06:44:16 -05:00
DasAuryn
313b9ee168
Add GroupAlarm app portnum
2026-03-17 09:08:35 +01:00
oscgonfer
29a82c7b63
Add admin command for SHT accuracy setting
2026-03-08 12:37:24 +01:00
oscgonfer
a4234ead1d
Add TODO - REMOVE on SHT31, SHT4X, SHT21 and SHTC3
2026-03-08 11:23:46 +01:00
Ben Meadors
cdde2876be
Merge pull request #872 from meshtastic/tdisplay-s3-pro
...
Add LilyGo T-Display S3 Pro HW-ID
2026-03-07 20:22:00 -06:00
oscgonfer
bfbd52b9fc
Add SHTXX TelemetrySensorType
2026-03-07 22:28:17 +01:00
Manuel
0cc9cb224e
fix formatting
2026-03-07 17:12:43 +01:00
Manuel
109ea16d17
add LilyGo T-Display S3 Pro
2026-03-07 17:08:37 +01:00
oscgonfer
c45c4eb0cb
Merge pull request #2 from meshtastic/master
...
[pull] master from meshtastic:master
2026-03-06 19:33:41 +01:00
Ben Meadors
2edc5ab7b1
Merge pull request #871 from meshtastic/LPW-bridge
...
Add LORAWAN_BRIDGE enum value to portnums.proto
2026-03-05 05:46:01 -06:00
Thomas Göttgens
dee56bac97
Add LORAWAN_BRIDGE enum value to portnums.proto
2026-03-05 11:56:15 +01:00
Quency-D
a229208f29
Add the LORA FEM control variable. ( #869 )
2026-03-03 10:30:14 +01:00
Ben Meadors
f7f7c8d2e4
Merge pull request #866 from niccellular/feature/tak-atak-config
...
enhancement: Add ATAKConfig for on-device TAK team/role config
2026-02-24 14:10:04 -06:00
niccellular
03b5089b40
enhancement: Add TAKConfig message for on-device TAK team/role configuration
...
Add TAKConfig to ModuleConfig with Team and MemberRole fields,
allowing TAK_TRACKER devices to configure ATAK group settings
instead of using hardcoded defaults.
- module_config.proto: TAKConfig message (team, role) at oneof field 16
- localonly.proto: tak field at position 17 in LocalModuleConfig
- admin.proto: TAK_CONFIG = 15 in ModuleConfigType enum
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 09:12:53 -05:00
oscgonfer
589c1cce89
Merge pull request #1 from meshtastic/master
...
[pull] master from meshtastic:master
2026-02-21 20:06:16 +01:00
Manuel
93bee530c3
add T-mini epaper s3 kit HW id ( #863 )
...
Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
2026-02-21 08:36:45 +01:00
Ben Meadors
cb07ce2b30
Merge pull request #864 from vidplace7/TBEAM_BPF
...
Add LilyGo T-Beam BPF
2026-02-20 18:41:31 -06:00
Austin Lane
fe66d9f525
Add LilyGo T-Beam BPF
...
The first/only 144-148Mhz device (for hams)
2026-02-20 19:35:11 -05:00
oscgonfer
44298d374f
Add SCD30 CO2 sensor ( #861 )
2026-02-12 19:09:02 +01:00
Ben Meadors
e1a6b3a868
Merge pull request #849 from h3lix1/traffic_management
...
Add protobufs for a in-development traffic management module.
2026-02-10 14:12:34 -06:00
Clive Blackledge
4eca1c78a8
buf format updates.
2026-02-10 11:49:22 -08:00
Ben Meadors
27591d98c4
Merge pull request #859 from meshtastic/st31
...
Add STC31 CO2 sensor to TelemetrySensorType enum
2026-02-09 13:46:00 -06:00
Ben Meadors
53d91d47ef
Add STC31 CO2 sensor to TelemetrySensorType enum
2026-02-09 13:42:13 -06:00
Ben Meadors
4256cdf4c9
Merge pull request #845 from yarbschris/dev/HDC1080
...
Add HDC1080 to telemetry protobuf
2026-02-09 13:40:03 -06:00
Ben Meadors
c4f21810b1
Merge branch 'master' into dev/HDC1080
2026-02-09 13:39:54 -06:00
Ben Meadors
1551b2e6e7
Merge pull request #855 from Tomas-Kuchta-FPV/master
...
Add SHT21 sensor to TelemetrySensorType
2026-02-09 13:39:15 -06:00
Ben Meadors
5dd27945d2
Fix comment formatting for SHT21 sensor
2026-02-09 13:38:59 -06:00
Ben Meadors
e2d1873a6f
Merge pull request #858 from danditomaso/fix/jsr-import-extensions
...
Fix JSR publish by adding .ts import extensions
2026-02-07 13:43:03 -06:00
Dan D
2062d43158
Fix JSR publish by adding .ts import extensions to protobuf codegen
...
The bufbuild/es plugin generates imports without file extensions,
which fails JSR's Deno-style module resolution (TS2307). Adding
import_extension=.ts ensures all generated _pb.ts files use
explicit .ts extensions in their relative imports.
2026-02-07 14:22:55 -05:00
Ben Meadors
e80cb2e410
Merge pull request #853 from danditomaso/ci/publish-workflow-updates
...
Refactor CI publish workflow and remove Rust support
2026-02-06 13:56:07 -06:00
Ben Meadors
cba89ee2e9
Merge pull request #856 from meshtastic/bubbles
...
Bubbles pref
2026-02-06 08:58:27 -06:00
Ben Meadors
8316651be1
Fmt
2026-02-06 08:51:34 -06:00
Ben Meadors
9f6cf6dcc1
Bubbles pref
2026-02-06 06:45:49 -06:00
yarbschris
862f87835e
Fix formatting
2026-02-05 15:55:35 -06:00
Christopher Yarbro
cd38d477ab
Merge branch 'meshtastic:master' into dev/HDC1080
2026-02-05 15:52:57 -06:00
Tomas Kuchta
d8a9f035e5
Add SHT21 sensor to TelemetrySensorType
2026-02-04 14:58:28 +01:00
Dan Ditomaso
491783b164
Update .github/workflows/publish.yml
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-01 09:58:03 -05:00
Dan Ditomaso
518f8e6fb3
Update .github/workflows/publish.yml
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-01 09:57:29 -05:00
Clive Blackledge
2fe13dbe06
Fixed misplaced comment after merge
2026-01-31 09:22:19 -08:00
Clive Blackledge
55a3604fac
Same here
2026-01-31 09:17:45 -08:00
Clive Blackledge
780863b1ed
Removed dry_run before potential release. There was no easy way to get these metrics.
2026-01-31 09:17:45 -08:00
Clive Blackledge
8b0cdd20f3
Fixing naming for traffic_management.nodeinfo_direct_response_min_hops to traffic_management.nodeinfo_direct_response_max_hops
2026-01-31 09:17:45 -08:00
Clive Blackledge
7a1b5b683d
Hopefully last name change
2026-01-31 09:17:45 -08:00
Clive Blackledge
693aaa395b
Update zero_hop_telemetry / zero_hop_position
2026-01-31 09:17:45 -08:00
Clive Blackledge
84a2603037
Minor wording updates
2026-01-31 09:17:45 -08:00
Clive Blackledge
542285b5d0
More comments
2026-01-31 09:17:45 -08:00
Clive Blackledge
4fbac7db2b
Updated probufs with more comments per submit requirement.
2026-01-31 09:17:45 -08:00
Clive Blackledge
e2daf8d914
Add module traffic_management protobufs
2026-01-31 09:17:45 -08:00
Dan D
9f65fd00e7
Fix comment indentation in telemetry.proto
2026-01-30 15:20:32 -05:00
Dan D
c84d2440ff
Ignore generated protobuf files in packages/ts/lib/
2026-01-30 15:14:46 -05:00
Ben Meadors
bc63a57f9e
Merge pull request #750 from fablabbcn/feat/sen5x-state-protoa
...
feat/sen5x-state-proto
2026-01-27 07:34:29 -06:00
Dan D
5fced3fa92
Move generated protobuf files from meshtastic/ to lib/ root
2026-01-22 23:04:17 -05:00
Dan D
cfa561adae
Add debug output to diagnose missing lib files
2026-01-22 23:00:28 -05:00
Dan D
41b270cff0
Remove Rust plugins from buf code generation
2026-01-22 22:48:10 -05:00
Dan D
649568805f
Remove Rust/Cargo publishing from workflow
2026-01-22 22:46:18 -05:00
Dan D
84f8569c9e
Rename ci.yml to schema-registry.yml for clarity
2026-01-22 22:21:08 -05:00
Dan D
441e4b4852
Refactor publish workflow with separate build jobs and dry run support
...
- Add dry_run input for testing without publishing
- Split into separate jobs: codegen, build-typescript, build-rust
- Add tsdown build step for ESM-only NPM package
- Create release zip artifacts for NPM, JSR, and Rust packages
- Upload zip assets to GitHub releases
- Use OIDC authentication for JSR publishing (npx jsr publish)
- Add explicit permissions for id-token write
2026-01-22 22:19:26 -05:00
Jonathan Bennett
77c8329a59
Add missed StatusMessage protobufs, mainly for config ( #847 )
...
* Add missed StatusMessage protobufs, mainly for config
* format fix
2026-01-20 07:54:12 -06:00
oscgonfer
32906d5cdd
Format
2026-01-20 10:02:21 +01:00
Ben Meadors
d9003b2b6c
Merge pull request #846 from RCGV1/noise-floor
...
Add noise_floor float field to LocalStats message
2026-01-19 12:06:27 -06:00
Ben Meadors
3193bab2c9
Change noise_floor type from float to int32
2026-01-19 12:05:33 -06:00
Ben Meadors
bbde30a0b9
Merge pull request #848 from erayd/status-message-config-bugfix
...
[Bugfix] Use correct option name
2026-01-19 05:43:36 -06:00
Steve Gilberd
152bab3589
Fix option name to prevent build failure in firmware
2026-01-19 18:13:18 +13:00
Jonathan Bennett
19c4833930
Add StatusMessage message and portnum ( #835 )
2026-01-17 15:50:12 -06:00
Benjamin Faershtein
1b1dc090ef
Add noise_floor float field to LocalStats message
2026-01-17 09:53:09 -08:00
oscgonfer
af5d147428
Fix numbering in sensor config
2026-01-17 13:12:01 +01:00
Christopher Yarbro
c42f97a381
Add HDC1080 to telemetry protobuf
2026-01-16 12:27:47 -06:00
oscgonfer
e29cc1c7af
Merge branch 'master' into feat/sen5x-state-proto
2026-01-15 13:05:38 +01:00
Ben Meadors
c8d5047b63
Merge pull request #844 from meshtastic/t5s3-hwid
...
Add T5 S3 ePaper Pro HW-ID
2026-01-13 11:57:55 -06:00
Manuel
6c79c8be71
Add T5 S3 ePaper Pro HW-Id mesh.proto
2026-01-13 16:20:13 +01:00
Tom Fifield
547a7d8033
Merge pull request #843 from compumike/compumike/update-client-base-description-to-router-late
...
(Updated comment only.) `CLIENT_BASE` now acts as `ROUTER_LATE`, not `ROUTER`
2026-01-13 15:50:52 +11:00
Mike Robbins
e3d3abccc3
(Updated comment only.) CLIENT_BASE now acts as ROUTER_LATE, not ROUTER
2026-01-12 22:19:58 -05:00
Ben Meadors
61219de748
Merge pull request #842 from meshtastic/rcarteraz-patch-2
...
Add T-Beam 1W
2026-01-12 15:37:21 -06:00
Ben Meadors
786f3bbf98
Fix comment formatting in mesh.proto
2026-01-12 15:36:39 -06:00
rcarteraz
4c82a2f39d
Add T-Beam 1W
2026-01-12 14:02:04 -07:00
Ben Meadors
aa48faf5b5
Merge pull request #841 from DaneEvans/feat/serialModes_LOG
...
Serial modes - Logging
2026-01-11 05:26:08 -06:00
Dane
76cca14026
formatting
2026-01-11 17:28:18 +11:00
Dane
8816b4715d
add logging modes.
2026-01-11 17:26:39 +11:00
Ben Meadors
1a63a3d0d2
Merge pull request #840 from fablabbcn/enhancement/module-config-air-quality-screen
...
Add module config to enable air quality on screen
2026-01-10 05:17:15 -06:00
Ben Meadors
53911db9a0
Format
2026-01-10 05:16:51 -06:00
Ben Meadors
a7bbad173d
Format
2026-01-10 05:16:40 -06:00
Ford Jones
9cb373751b
Mute: Nodes ( #838 )
...
* Add tags for toggling mute state
* Adds mute flag to protobuf for use in clients
* Adds mute flag to lite (device only) protobuf
* Prefer bitmask usage over new boolean
* Remove trailing newline in mesh.proto
---------
Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz>
2026-01-09 11:26:36 -06:00
Ben Meadors
266bc5ab05
Merge branch 'master' into enhancement/module-config-air-quality-screen
2026-01-08 06:03:30 -06:00
Ben Meadors
4ed2d1a35e
Merge pull request #839 from meshtastic/jp-bennett-patch-6
...
Add MESHSTICK_1262 identifier to mesh.proto
2026-01-08 04:58:17 -06:00
Jonathan Bennett
c4eab768ad
Add MESHSTICK_1262 identifier to mesh.proto
2026-01-07 22:49:52 -06:00
oscgonfer
8f95d7f451
Add module config to enable air quality on screen
2026-01-07 12:35:49 +01:00
Ben Meadors
c2e45a3fc9
Merge pull request #834 from meshtastic/jp-bennett-patch-6
...
Add PKI_SEND_FAIL_PUBLIC_KEY error code
2026-01-02 05:44:19 -06:00
Jonathan Bennett
8a11244539
Add PKI_SEND_FAIL_PUBLIC_KEY error code
...
Add new error code for PKI encryption failure due to missing public key.
2026-01-01 22:26:59 -06:00
Ben Meadors
62626b7cc5
Merge pull request #833 from meshtastic/t-echo-plus
...
T-Echo Plus
2026-01-01 07:01:30 -06:00
Ben Meadors
ef35af8af7
T-Echo Plus
2025-12-31 20:42:24 -06:00
James Rich
96d30609db
Merge pull request #829 from meshtastic/meshtastic-ota
2025-12-30 11:20:09 -06:00
James Rich
64ccad6007
Fix formatting to appease buf
2025-12-30 10:54:27 -06:00
Jonathan Bennett
f78b3f0dcc
Add chain_count field to mesh.proto ( #828 )
...
* Add chain_count field to mesh.proto
Added chain_count field to specify message position in LINK_REQUEST.
* Fix formatting in mesh.proto
2025-12-29 07:50:01 -06:00
Jake-B
4b9f104a18
AdminMessage fixes for OTA
2025-12-27 08:16:28 -05:00
Jake-B
c39b564ca6
Added AdminMessage.ota_hash to verify OTA data
2025-12-25 11:59:14 -05:00
Ben Meadors
c474fd3f49
Merge pull request #823 from meshtastic/reboot-ota-mode
...
Add reboot_ota_mode to AdminMessage for OTA firmware updates
2025-12-20 07:53:37 -06:00
Ben Meadors
f28d17eba1
Buf fixes
2025-12-20 07:14:45 -06:00
Ben Meadors
0ef2bdf6a3
Hopefully fix buf build
2025-12-20 06:41:32 -06:00
Ben Meadors
48ad883120
Add buf ignores
2025-12-19 20:11:20 -06:00
Ben Meadors
8078b27a19
Deprecate
2025-12-19 19:35:46 -06:00
Ben Meadors
f6b116ef65
Add reboot_ota_mode to AdminMessage for OTA firmware updates
2025-12-19 19:29:37 -06:00
Ben Meadors
62ef17b3d1
Merge pull request #822 from meshtastic/sfpp
...
Add Store and Forward PlusPlus
2025-12-17 15:26:56 -06:00
Jonathan Bennett
fba255d1b2
Add Store and Forward PlusPlus
2025-12-15 23:21:11 -06:00
Ben Meadors
9beb80f1d3
Merge pull request #821 from meshtastic/deprecate-long-slow
...
Deprecate LONG_SLOW preset
2025-12-15 19:39:44 -06:00
Ben Meadors
aeee7f08e6
Deprecate LONG_SLOW preset
...
Mark LONG_SLOW as deprecated in the config.proto file.
2025-12-15 19:28:31 -06:00
Ben Meadors
1cf2783bdb
Merge pull request #820 from meshtastic/jp-bennett-patch-4
...
Add LONG_TURBO preset to config.proto
2025-12-15 16:33:56 -06:00
Jonathan Bennett
2567b7aa4e
Update LONG_TURBO comment in config.proto
...
Removed comment about legality of 250Khz channels.
2025-12-15 16:08:51 -06:00
Jonathan Bennett
0921984572
Fix typo in config.proto comment
2025-12-15 15:49:54 -06:00
Jonathan Bennett
6f437dd699
Add LONG_TURBO preset to config.proto
...
Added LONG_TURBO preset for long-range communication.
2025-12-15 15:46:49 -06:00
Ben Meadors
4095e59890
Merge pull request #819 from meshtastic/rcarteraz-patch-2
...
Rename RESERVED_FRIED_CHICKEN to MUZI_BASE
2025-12-05 10:37:35 -06:00
rcarteraz
45f9a558b1
Rename RESERVED_FRIED_CHICKEN to MUZI_BASE
2025-12-05 09:32:09 -07:00
Thomas Göttgens
52fa252f1e
Add Thinknode M4 and M6 to the equasion ( #815 )
2025-11-21 10:55:44 +01:00
Ben Meadors
7eb3258fa0
Merge pull request #811 from andrewdavidmackenzie/master
...
Describe further the "to" field in MeshPacket
2025-11-18 18:45:36 -06:00
Ben Meadors
a34428168d
Merge pull request #812 from meshtastic/jp-bennett-patch-4
...
Add Device ID for RAK6421 Hat in mesh.proto
2025-11-18 18:45:01 -06:00
Jonathan Bennett
e1b5aaedff
Add Device ID for RAK6421 Hat in mesh.proto
2025-11-18 18:01:08 -06:00
Andrew Mackenzie
29c5f6efdc
Describe further the "to" field in MeshPacket, and the special case of when it is set top the maximum value permitted by a 32 bit integer.
2025-11-14 12:05:55 +01:00
Ben Meadors
7654db2e2d
Merge pull request #791 from ford-jones/8226-persisted-favorites
...
Optionally preserve favorite nodes during a nodedb reset
2025-11-06 06:39:02 -06:00
Ben Meadors
fbe1538c21
Merge pull request #801 from DanielCao0/master
...
Add WISMESH_TAP_V2 and RAK3401 hardware models to mesh.proto
2025-10-31 05:58:20 -05:00
Daniel
404532984c
Add WISMESH_TAP_V2 and RAK3401 hardware models to mesh.proto
2025-10-31 15:51:29 +08:00
ford-jones
83ddaf8b24
Merge branch 'master' of https://github.com/meshtastic/protobufs into 8226-persisted-favorites
2025-10-21 15:32:18 +13:00
Ben Meadors
bf149bbdcc
Merge pull request #796 from meshtastic/jp-bennett-patch-3
...
Add THINKNODE_M3 identifier to mesh.proto
2025-10-18 18:22:34 -05:00
Jonathan Bennett
29242517f3
Add THINKNODE_M3 identifier to mesh.proto
2025-10-18 13:34:41 -05:00
Tom Fifield
4a618380a0
Merge pull request #795 from pa0lin082/bh1750
...
Add BH1750 sensor
2025-10-18 09:30:47 +11:00
Paolo Leggio
1f616fff30
Added BH1750 sensor
2025-10-16 13:44:32 +02:00
ford-jones
a916c49299
Merge https://github.com/meshtastic/protobufs into 8226-persisted-favorites
2025-10-13 11:27:38 +13:00
ford-jones
68dee221b2
Convert reset tag to bool in favor of additional settings
2025-10-12 17:01:32 +13:00
ford-jones
38d0665011
Use American-English spelling
2025-10-11 13:47:56 +13:00
Ben Meadors
38638f19f8
Merge pull request #792 from meshtastic/channel_mute_updates
...
Finalize channel is_muted re-work
2025-10-10 08:26:04 -05:00
Jason P
de145b5211
Finalize channel is_muted work
2025-10-10 08:17:29 -05:00
ford-jones
9adb17d940
New setting for persisting favourite nodes
2025-10-11 00:17:27 +13:00
Ben Meadors
cd5c83a728
Merge pull request #790 from danditomaso/ci/jsr-publish-pipeline
...
ci: fix publish github action workflow for publishing to JSR, Cargo, …
2025-10-09 20:08:57 -05:00
Dan Ditomaso
caecabe257
Merge branch 'master' into ci/jsr-publish-pipeline
2025-10-09 16:36:52 -04:00
Ben Meadors
ef173e3214
Merge pull request #789 from meshtastic/fix/buf-build
2025-10-08 19:14:16 -05:00
James Rich
1db971af72
Add ignore option for FILE_OPTION_CHANGED
...
Explicitly ignore that we changed the `java_package` - we know, bro, it was on purpose.
This is to handle the `buf` build errors introduced in #788 .
2025-10-08 18:36:10 -05:00
Dan Ditomaso
e925e2b201
ci: fix publish github action workflow for publishing to JSR, Cargo, and NPM
2025-10-08 17:39:16 -04:00
Ben Meadors
fecb769415
Merge pull request #788 from meshtastic/java_package
...
Change java package to `org.meshtastic.proto`
2025-10-08 11:56:52 -05:00
Phil Oliver
dbbd7f6b04
Change java package to org.meshtastic.proto
2025-10-08 12:33:28 -04:00
Ben Meadors
a1b8c3d171
Merge pull request #787 from GUVWAF/txDrop
...
Add number of dropped packets to LocalStats
2025-10-04 05:24:27 -05:00
GUVWAF
7f1110dd77
Add number of dropped packets to LocalStats
2025-10-04 12:02:16 +02:00
Ben Meadors
c1e31a9655
Merge pull request #786 from meshtastic/danish
...
MUI: add danish language enum
2025-10-03 06:08:49 -05:00
mverch67
8885b0d9f2
MUI: add danish language enum
2025-10-03 12:24:14 +02:00
Jonathan Bennett
60c3e6600a
Add manually_verified bit to SharedContact ( #785 )
2025-10-01 14:40:13 -05:00
Ben Meadors
394268b02e
Merge pull request #784 from meshtastic/t-watch-ultra
...
add T-Watch Ultra hardware model
2025-09-30 13:43:12 -05:00
mverch67
cea982891f
add T-Watch Ultra hardware model
2025-09-30 20:40:14 +02:00
Jonathan Bennett
5fa4c44d91
Rename R1_NEO ( #782 )
2025-09-30 13:28:36 -05:00
Ben Meadors
082bb7cfeb
Merge pull request #780 from meshtastic/deprecate-repeater
...
Deprecate REPEATER role
2025-09-28 06:49:31 -05:00
Tom Fifield
805e5e7c00
Merge pull request #769 from ford-jones/7943-mute-target
...
Mute: channels
2025-09-28 07:12:14 +10:00
Ben Meadors
1a3364a8a0
Deprecate REPEATER role
...
Mark REPEATER role as deprecated in config.proto
2025-09-26 06:00:16 -05:00
ford-jones
91909ce946
run buf format
2025-09-23 14:59:32 +12:00
ford-jones
c6a06d51ec
Merge branch '7943-mute-target' of https://github.com/ford-jones/protobufs into 7943-mute-target
2025-09-23 14:59:10 +12:00
ford-jones
08bd3380e7
run buf format
2025-09-23 14:58:37 +12:00
ford-jones
38f77b20f8
Fix formatting
2025-09-23 12:11:32 +12:00
ford-jones
5157e3702a
Merge branch '7943-mute-target' of https://github.com/ford-jones/protobufs into 7943-mute-target
2025-09-23 11:47:06 +12:00
ford-jones
9b3643e4aa
Decouple node-mute from channel-mute
2025-09-23 11:46:10 +12:00
ford-jones
cf496532b8
Merge branch 'master' of https://github.com/meshtastic/protobufs into 7943-mute-target
2025-09-22 15:14:06 +12:00
Ben Meadors
46b81e822a
Merge pull request #777 from meshtastic/telemetry-opt-in
...
Add device_telemetry_enabled to force opt-in of device telemetry broadcasts
2025-09-19 11:09:47 -05:00
Ben Meadors
6a8b80a108
Needs one value
2025-09-19 08:25:43 -05:00
Ben Meadors
0a0c0ab361
Add device_telemetry_enabled to force opt-in of device telemetry broadcasts to the mesh
2025-09-18 18:49:31 -05:00
Ben Meadors
27d9a99bd0
Merge pull request #768 from l0g-lab/node_name_length
...
add node_name_length option
2025-09-18 18:39:35 -05:00
Ben Meadors
34d31aeea5
Merge pull request #776 from WillyJL/feat/m5stack-cardputer-adv
...
Add hardwareModel for M5Stack Cardputer Adv
2025-09-18 18:38:49 -05:00
Ben Meadors
d965965c33
Merge pull request #774 from meshtastic/maidenhead_locator
...
Move GpsCoordinateFormat gps_format And enum GpsCoordinateFormat to Device_UI Protobuf, Add Maidenhead Option
2025-09-18 18:37:59 -05:00
Ben Meadors
1d9082b277
I changed my mind. Let's just deprecate the enum too
2025-09-18 18:37:23 -05:00
Ben Meadors
58e974544d
Revert "Finalize move to Device_UI"
...
This reverts commit 99bdcfdbfe .
2025-09-18 18:34:52 -05:00
Jason P
74b16a5bd3
Add int_size 8 for gps_format
2025-09-16 12:00:47 -05:00
Jason P
375fab79d4
Attempt to fix formatting issues
2025-09-16 08:56:43 -05:00
Jason P
99bdcfdbfe
Finalize move to Device_UI
2025-09-16 08:45:08 -05:00
Jason P
804a06ae4e
Move from DisplayConfig to Device_UI
2025-09-16 08:22:53 -05:00
ford-jones
dae16e8b42
Merge https://github.com/meshtastic/protobufs into 7943-mute-target
2025-09-16 19:25:39 +12:00
WillyJL
d4d1508708
Add hardwareModel for M5Stack Cardputer Adv
2025-09-15 22:49:58 +02:00
Jonathan Bennett
945b796a98
Add hardwareModel for M5stack c6l ( #775 )
...
* Add hardwareModel for M5stack c6l
* Update comment to match enum
* Update mesh.proto
2025-09-15 15:33:11 -05:00
oscgonfer
28f01f2c3c
Merge branch 'master' into feat/sen5x-state-proto
2025-09-14 17:13:40 +02:00
ford-jones
314f80bc6f
Update comment
2025-09-14 17:41:11 +12:00
Jason P
2fb76bc70b
Shorten Protobuf to match others
2025-09-13 18:07:55 -05:00
Jason P
c5af2d77d8
Fix formatting
2025-09-13 18:06:31 -05:00
Jason P
b90ea12cc8
Add Maidenhead Protobuf
2025-09-13 17:18:46 -05:00
ford-jones
e8d10fe478
Remove trailing whitespace
2025-09-13 17:48:58 +12:00
ford-jones
080fd3b0d1
Revert previous commit - this needs it's own proto
2025-09-13 17:44:41 +12:00
ford-jones
e5abb26b83
Make use of pre-existing channel_settings.module_settings.is_client_muted setting
2025-09-13 13:30:54 +12:00
ford-jones
a8f3ee5b01
Merge branch '7943-mute-target' of https://github.com/ford-jones/protobufs into 7943-mute-target
2025-09-11 21:47:58 +12:00
ford-jones
6fa4def971
Added muted state to node info
2025-09-11 20:16:08 +12:00
ford-jones
b7e0ef2ec7
Added mute state to channel settings
2025-09-11 20:11:16 +12:00
ford-jones
638917dea8
Added mute state to nodedb entries
2025-09-11 17:31:36 +12:00
ford-jones
550702a695
Added mute state to channel settings
2025-09-11 14:17:24 +12:00
l0g-lab
bb1a5d09bc
add node_name_length option
2025-09-10 18:20:40 -04:00
Ben Meadors
8caf423964
Merge pull request #767 from meshtastic/czech-mui
...
Add Czech translation enum for MUI
2025-09-08 16:50:32 -05:00
Manuel
96ef7eef7a
add Czech translation enum to MUI
2025-09-08 20:19:53 +02:00
Ben Meadors
a84657c220
Merge pull request #763 from compumike/compumike/add-client-base-role
...
Reserve value 12 for CLIENT_BASE in enum Config.DeviceConfig.Role
2025-09-06 11:28:11 -05:00
Ben Meadors
5c3d52663e
Merge pull request #765 from vidplace7/fix-formatting
...
Fix formatting
2025-09-06 11:27:38 -05:00
vidplace7
74f7041b1c
Fix formatting
...
Who merged this? :P
2025-09-06 10:44:37 -04:00
Mike Robbins
3347d98f04
Reserve value 12 for CLIENT_BASE in enum Config.DeviceConfig.Role
2025-09-05 13:18:19 -07:00
Ben Meadors
07d6573e10
Merge pull request #761 from Quency-D/heltec-v4
...
add heltec v4 board.
2025-09-04 06:42:31 -05:00
Quency-D
e0b97d6996
add heltec v4 board.
2025-09-03 13:55:36 +08:00
Ben Meadors
34f0c8115d
Merge pull request #757 from ford-jones/7291-rangeTest-clear
...
Rangetest cleanup configuration option
2025-09-02 19:05:16 -05:00
ford-jones
6e0e795a83
Improved naming
2025-09-03 12:01:33 +12:00
Ben Meadors
4c4427c4a7
Update renovate.json
2025-08-29 13:47:04 -05:00
oscgonfer
77b00ce690
Minor changes on VOC state array and docs
2025-08-29 15:28:20 +02:00
oscgonfer
51b444ec10
Add config flag for low power mode
2025-08-26 19:03:11 +02:00
ford-jones
c5aeb193ca
Rangetest cleanup configuration option
2025-08-21 10:23:46 +12:00
Ben Meadors
8985852d75
Default to non-square SH1107
2025-08-20 05:39:53 -05:00
Ben Meadors
be51376980
Merge pull request #756 from davide125/tsl2561
...
Add TSL2561 sensor
2025-08-19 05:19:42 -05:00
Davide Cavalca
aa86e284a3
Add TSL2561 sensor
2025-08-18 20:52:33 -07:00
Ben Meadors
5dd723fe6f
Merge pull request #755 from meshtastic/T-Echo-Lite
...
add Lilygo T-Echo Lite
2025-08-15 14:18:35 -05:00
Thomas Göttgens
87ba3f8704
add Lilygo T-Echo Lite
2025-08-15 13:33:47 +02:00
Jonathan Bennett
e2c0831aa3
Add transport mechanism in MeshPacket ( #748 )
2025-08-09 08:53:48 -05:00
Ben Meadors
13d8946c6d
Merge pull request #751 from meshtastic/heartbeat-nonce
...
Add nonce to heartbeat
2025-08-09 08:11:09 -05:00
Ben Meadors
f5f209d998
Add nonce to heartbeat
2025-08-09 08:10:23 -05:00
oscgonfer
06a69c09db
Add config message for sen5x
2025-08-08 10:59:31 +02:00
oscgonfer
e44958478b
SEN5X State protobuf
2025-08-07 16:05:14 +02:00
oscgonfer
784fd5d733
Merge branch 'master' into feat/sen5x-state-proto
2025-08-05 17:39:36 +02:00
oscgonfer
70950c6aa8
Minor fix in cleaning time type
2025-08-05 17:38:48 +02:00
oscgonfer
d5b96c77e1
Add protobuf for SEN5X state
2025-08-05 14:03:16 +02:00
oscgonfer
e8544c529f
Fix protobuf definition for SCD4X
2025-08-04 14:56:54 +02:00
oscgonfer
05eee86c47
Minor fixes on scd4x_config protobuf
2025-08-04 13:23:05 +02:00
oscgonfer
6a26b23faf
Add low power and change to SCD4X
2025-08-01 13:38:29 +02:00
Ben Meadors
1ecf94da98
Merge pull request #741 from meshtastic/mark-deprecated
...
Mark configs as deprecated that are no longer used.
2025-07-30 06:20:52 -05:00
Ben Meadors
057ac675bb
Merge pull request #745 from Quency-D/master
...
Added HELTEC MeshSolar board.
2025-07-30 06:19:56 -05:00
oscgonfer
27d40f03d2
Add factory reset for scdxx
2025-07-29 14:27:08 +02:00
oscgonfer
e690615951
Admin message for different sensor configs
2025-07-28 21:52:49 +02:00
oscgonfer
ee114d4e89
Add admin commands for SCDXX CO2 sensors
2025-07-28 12:34:53 +02:00
Quency-D
d47de28428
Added HELTEC MeshSolar board.
2025-07-28 16:53:29 +08:00
Ben Meadors
9bac2886f9
Merge pull request #744 from meshtastic/nodedb-count
...
Add nodedb_count to mynodeinfo
2025-07-26 16:12:26 -05:00
Ben Meadors
5ac10c0746
Add nodedb_count to mynodeinfo
2025-07-26 06:39:04 -05:00
Jonathan Bennett
1c28229e85
Mark configs as deprecated that are no longer used.
2025-07-22 14:20:05 -05:00
Ben Meadors
d31cd890d5
Merge pull request #739 from meshtastic/event-enum
...
Add event enum to indicate to client if this is event firmware
2025-07-22 13:25:19 -05:00
Jonathan Bennett
d868b86e75
Keep edition smol
2025-07-22 09:05:10 -05:00
Jonathan Bennett
898f06796b
More Whitespace
...
Co-authored-by: Austin <vidplace7@gmail.com>
2025-07-21 18:36:04 -05:00
Jonathan Bennett
9cc803de0e
Further tuning
2025-07-21 12:41:42 -05:00
Jonathan Bennett
b35702d8ae
Add Hamvention
2025-07-21 12:27:50 -05:00
Jonathan Bennett
08fbd7b987
Whitespace fixes
2025-07-21 12:06:57 -05:00
Jonathan Bennett
0234126e86
Add event enum to indicate to client if this is event firmware
2025-07-21 12:03:47 -05:00
Thomas Göttgens
fa02e14d8d
fix typos in comments ( #738 )
2025-07-21 12:06:30 +02:00
oscgonfer
ee4d961776
SEN5X sensor definition ( #723 )
...
* Add additional telemetry sensor type to support two ADS1X15 at the same time
* Merge master
* Add metrics and units for SEN5X series
* re-order not to break proto backwards comaptibility
---------
Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
2025-07-21 11:56:28 +02:00
Tom Fifield
5f5828a6ed
Add BR_902, Brazil 902MHz-907.5MHz ( #737 )
...
As reported by @barbabarros , the Brazilian government has specific support for LoRA[1] across multiple frequencies[2][3].
We currently support Brazil through the ANZ/AU915 band. However, Brazil also has another frequency available for use:
902 - 907.5 MHz , 1W power limit, no duty cycle restrictions
[1] https://sistemas.anatel.gov.br/anexar-api/publico/anexos/download/a028ab5cc4e3f97442830bba0c8bd1dd
[2]
https://informacoes.anatel.gov.br/legislacao/resolucoes/2025/2001-resolucao-772
[3] https://informacoes.anatel.gov.br/legislacao/atos-de-certificacao-de-produtos/2017/1139-ato-14448#item10
Fixes https://github.com/meshtastic/firmware/issues/3741
Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
2025-07-21 10:28:24 +02:00
Tom Fifield
8b09ca9643
Add Nepal 865 MHz to 868 MHz ( #736 )
...
As identified by @WOD-MN , Nepal has a dedicated IoT frequency.
865 MHz to 868 MHz, no power limit, not duty cycle restrictions
Machine to Machine (M2M)/Internet of Things (IoT) https://www.nta.gov.np/uploads/contents/Radio-Frequency-Policy-2080-English.pdf
Firmware patch: https://github.com/meshtastic/firmware/pull/7380
2025-07-21 10:24:49 +02:00
Ben Meadors
15c1fbde88
Merge pull request #734 from meshtastic/deprecate-gps-format
...
Deprecate GPS format
2025-07-20 14:30:52 -05:00
Ben Meadors
c916da9060
Merge pull request #735 from meshtastic/routing-error-ratelimite
...
Add RATE_LIMIT_EXCEEDED routing error
2025-07-20 14:30:40 -05:00
Ben Meadors
c36e296488
Update mesh.proto
2025-07-20 06:51:57 -05:00
Ben Meadors
b2baa3da8a
Add RATE_LIMIT_EXCEEDED routing error
2025-07-20 06:47:49 -05:00
Ben Meadors
330a6a1a94
Merge pull request #732 from fablabbcn/feat/add-sfa30
...
Added formaldehyde sensor values sfa30
2025-07-20 06:47:23 -05:00
Ben Meadors
d238157644
Deprecate GPS format
2025-07-20 06:43:57 -05:00
oscgonfer
1a6df9abfe
Minor style change
2025-07-19 12:10:17 +02:00
oscgonfer
bbad395d57
Added formaldehyde sensor values sfa30
2025-07-19 12:08:51 +02:00
oscgonfer
4b1ca40f5e
Add additional telemetry sensor type to support two ADS1X15 at the same time
2025-07-19 12:07:41 +02:00
Ben Meadors
f6448be777
Merge pull request #727 from vidplace7/buzzermode-direct_msg_only
...
Add DIRECT_MSG_ONLY Buzzer mode
2025-07-13 06:10:19 -05:00
vidplace7
27537101a4
Add DIRECT_MSG_ONLY Buzzer mode
2025-07-12 21:37:57 -04:00
Ben Meadors
362c590bc3
Merge pull request #728 from vidplace7/Buf-Actions-Love
...
Update bufbuild GitHub Actions
2025-07-12 20:07:17 -05:00
vidplace7
e253751637
Update bufbuild GitHub Actions
2025-07-12 19:46:12 -04:00
Ben Meadors
fd19e4caaf
Merge pull request #726 from meshtastic/ThinkNode-M5
...
Add ThinkNode M5 to mesh.proto
2025-07-10 19:47:23 -05:00
Jonathan Bennett
233961d5fb
Add ThinkNode M5 to mesh.proto
2025-07-10 18:58:13 -05:00
Ben Meadors
0302caa2bc
Update README.md
2025-07-07 19:42:40 -05:00
Ben Meadors
584f0a3a35
Merge pull request #722 from meshtastic/KZ
...
Add Kazakhstan frequencies
2025-07-03 06:58:19 -05:00
Tom Fifield
6c76e4ab61
Add Kazakhstan frequencies
...
As reported by @KZ1R , Kazakhstan has frequencies in use for Lora
devices that are not covered by our existing band selections.
This adds
* KZ_433 433.075 - 434.775 MHz <10 mW EIRP, Low Powered Devices (LPD)
* KZ_863 863 - 868 MHz <25 mW EIRP, 500kHz channels allowed, must not be used at airfields
Legal ref provided in https://github.com/meshtastic/firmware/issues/7204 and verified.
https://www.gov.kz/memleket/entities/mdai/press/article/details/6128
Order of the Ministry of Investments and Development of the Republic of Kazakhstan No. 34 dated January 21, 2015.
Published on 01 July 2024 19:03 Updated on 01 July 2024
Fixes https://github.com/meshtastic/firmware/issues/7204
2025-07-03 11:20:41 +10:00
Ben Meadors
854bb24833
Merge pull request #720 from meshtastic/rcarteraz-patch-1
...
should be from, not by
2025-07-02 13:51:11 -05:00
rcarteraz
95a1ea9230
should be from, not by
2025-07-02 11:43:48 -07:00
Ben Meadors
5ef7aec959
Merge pull request #719 from fablabbcn/feat/co2-sensor-metrics
...
Add CO2 sensor temperature and relative humidity
2025-07-02 05:52:07 -05:00
oscgonfer
7069b8570d
Add CO2 sensor temperature and relative humidity
2025-07-02 11:46:25 +02:00
Ben Meadors
86c738e806
Merge pull request #718 from meshtastic/baseui-display-configs
...
Base UI display config settings
2025-07-01 20:15:47 -05:00
Ben Meadors
32e442a688
Base UI display config settings
2025-07-01 20:11:29 -05:00
Ben Meadors
2097da996c
Update regarding hw_model policies
2025-06-26 19:36:14 -05:00
Daniel.Cao
1d05974fe4
feat: add support for RAKwireless wiscore RAK3312 and Wismeshtag ( #714 )
...
* Add RAKwireless hardware models 1.RAK3112 2.Wismeshtag
* Rename RAKwireless RAK3112 to RAK3312 in HardwareModel enum
* keep ID's in sequence
---------
Co-authored-by: Daniel.Cao <daniel.cao@rakwireless.com>
Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
2025-06-26 15:23:52 +02:00
Ben Meadors
0ca1555b68
Merge pull request #716 from meshtastic/caveman99-patch-1
...
bring back port 77 accidentally removed
2025-06-26 08:16:48 -05:00
Thomas Göttgens
efd4d5c553
bring back port 77 accidentally removed
2025-06-26 15:12:24 +02:00
oscgonfer
386fa53c15
Add ADS1X15 voltage metrics ( #711 )
...
* Add ADS1X15 voltage metrics
* Add 8 channels to allow for daisy chaining of ADS1X15
2025-06-25 20:05:19 +02:00
Ben Meadors
6791138f0b
Update README.md
2025-06-20 19:31:33 -05:00
Ben Meadors
b818a000ef
Merge pull request #704 from fifieldt/ANZ_433
...
Add ANZ_433 Region
2025-06-19 18:54:24 -05:00
Ben Meadors
8d3870241b
Update README.md
2025-06-19 18:26:10 -05:00
Ben Meadors
c758376d04
Merge pull request #705 from meshtastic/add_contact_ignore
...
Add ability to block Shared contacts
2025-06-15 06:26:29 -05:00
Ben Meadors
a1cc3e697d
Add ability to block Shared contacts
2025-06-15 06:23:36 -05:00
Tom Fifield
9ccc49deaf
As reported by @monkeypants, the MY_433 region is not legal in ANZ
...
due to power limits being too high. This patch introduced an ANZ_433
region to match the requirements in Australia and New Zealand.
433.05 - 434.79 MHz, 25mW EIRP max, No duty cycle restrictions
AU Low Interference Potential https://www.acma.gov.au/licences/low-interference-potential-devices-lipd-class-licence
NZ General User Radio Licence for Short Range Devices https://gazette.govt.nz/notice/id/2022-go3100
Fixes https://github.com/meshtastic/firmware/issues/7032
2025-06-14 10:29:43 +10:00
Ben Meadors
0c112881df
Int size
2025-06-11 19:10:00 -05:00
Ben Meadors
f45a09fa15
Merge pull request #702 from meshtastic/send_input_event
...
Implement send_input_event
2025-06-11 19:07:12 -05:00
Ben Meadors
579578394c
Update meshtastic/admin.proto
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-11 19:07:05 -05:00
Ben Meadors
07eb2a85ab
Update admin.options
2025-06-11 18:59:36 -05:00
Ben Meadors
3d34533935
Update meshtastic/admin.options
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-11 18:59:12 -05:00
Ben Meadors
20510c79b4
Update meshtastic/admin.options
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-11 18:58:40 -05:00
Ben Meadors
f7824eb09d
Implement send_input_event
2025-06-11 17:27:19 -05:00
Ben Meadors
53380fce88
Merge pull request #701 from meshtastic/notificationTest
...
Add blank messages for ClientNotification oneof
2025-06-11 17:12:16 -05:00
Jonathan Bennett
9468fa3980
Add blank messages for ClientNotification oneof
2025-06-11 12:39:51 -05:00
Tom Fifield
b448d4a94f
Merge pull request #699 from csrutil/add-device-gat562_mesh_trial_tracker
...
Add GAT562 Mesh Trial Tracker HW model ID
2025-06-10 13:57:19 +10:00
csrutil
7c7621a39b
add protobufs for GAT562 Mesh Trial Tracker
2025-06-08 16:29:12 +08:00
Ben Meadors
db60f07ac2
Merge pull request #698 from meshtastic/buzzer_mode
...
Added buzzer mode
2025-06-07 06:43:49 -05:00
Ben Meadors
abd60b70f0
Annotation
2025-06-07 06:33:59 -05:00
Ben Meadors
758115714f
Added buzzer mode
2025-06-07 06:32:08 -05:00
Ben Meadors
cec9223ae1
Merge pull request #696 from meshtastic/device-ui-bulgarian
...
device-ui: bulgarian language support
2025-06-05 12:30:08 -05:00
Ben Meadors
ebaf8cfede
Merge pull request #697 from meshtastic/hw-model
...
add T-Deck Pro and TLora Pager HW model IDs
2025-06-05 12:29:51 -05:00
mverch67
81c4d48643
add T-Deck Pro and TLora Pager HW model IDs
2025-06-05 18:16:24 +02:00
mverch67
f9927457f6
bulgarian language support
2025-06-05 18:06:04 +02:00
Ben Meadors
24c7a3d287
WIO
2025-05-28 06:13:31 -05:00
Ben Meadors
022ea79bad
Merge pull request #694 from meshtastic/add-hwid
...
new HWID's
2025-05-27 15:38:57 -05:00
Jonathan Bennett
0268354426
Key validation messages ( #690 )
...
* Add the transport messages for a key validation protocol
2025-05-27 15:33:19 -05:00
Thomas Göttgens
4a108827a9
Add another one
2025-05-27 22:18:06 +02:00
Thomas Göttgens
fa4d98594c
Update meshtastic/mesh.proto
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-27 22:06:41 +02:00
Thomas Göttgens
7a256cad53
Update meshtastic/mesh.proto
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-27 22:06:12 +02:00
Thomas Göttgens
deff1ca54e
new HWID's
2025-05-27 21:34:41 +02:00
Xavier horwood
0b815a6f93
Add Ipv6 Option ( #692 )
2025-05-27 18:37:07 +02:00
Ben Meadors
91484534a5
Merge pull request #693 from meshtastic/heap-stats
...
Add heap free and total to local stats telemetry message
2025-05-25 06:30:18 -05:00
Ben Meadors
657651891a
Add heap free and total to local stats telemetry message
2025-05-24 06:51:16 -05:00
Ben Meadors
0b32ce24f0
Merge pull request #689 from meshtastic/key-validation
...
add nodeinfo bool/bitfield for is_manually_validated
2025-05-20 19:42:17 -05:00
Ben Meadors
117ea15f6f
Update mesh.proto
2025-05-20 19:41:21 -05:00
Jonathan Bennett
08d7a07a4a
Better name for is_key_manually_verified
2025-05-20 19:25:52 -05:00
Jonathan Bennett
2b59c7f519
add nodeinfo bool/bitfield for is_manually_validated
2025-05-20 18:22:37 -05:00
Jonathan Bennett
d8b709aa5d
Add missed max_size for optional HostMetrics string ( #688 )
2025-05-17 12:28:08 -05:00
Michael Cullen
475694e62b
Add PCT2075 sensor ( #687 )
...
This is a temperature sensor
2025-05-17 10:27:03 -05:00
Jonathan Bennett
490d0123b5
Add the user_string to HostMetrics ( #686 )
2025-05-17 10:23:47 -05:00
Jonathan Bennett
4eb0aebaef
Add Linux Host Metrics ( #685 )
...
* Add Linux Host Metrics
* Tweak to load values
2025-05-14 16:58:20 -05:00
Ben Meadors
47ec99aa4c
Merge pull request #684 from meshtastic/map-report-opt-in
...
Explicit map report opt-in
2025-05-14 14:13:58 -05:00
Ben Meadors
f76d353f38
Update module_config.proto
2025-05-14 14:13:51 -05:00
Ben Meadors
3a35144931
Update module_config.proto
2025-05-14 14:13:12 -05:00
Ben Meadors
a8da85a73f
Clarification
2025-05-14 13:32:22 -05:00
Ben Meadors
1e507865aa
Clarification
2025-05-14 13:31:31 -05:00
Ben Meadors
bd3e8b2fc8
Explicit map report opt-in
2025-05-14 13:28:57 -05:00
Ben Meadors
8cb3e62a0d
Optional
2025-05-14 13:23:41 -05:00
Ben Meadors
62f86771ef
Merge pull request #667 from meshtastic/attended-state
...
Add is_unmessagable to User
2025-05-14 10:47:46 -05:00
Ben Meadors
af475e6472
Also add to UserLite
2025-05-14 10:44:33 -05:00
Ben Meadors
ca6ea45b52
Update mesh.proto
2025-05-14 10:40:52 -05:00
Ben Meadors
4239bfc2f8
Remove attended
2025-05-14 10:38:53 -05:00
Ben Meadors
3b57a9ca8b
Merge pull request #682 from BegoonLab/add_max17261_lipo_battery_gauge
...
Add MAX17261 lipo battery gauge
2025-05-14 06:50:31 -05:00
Ben Meadors
816595c8bb
Name it
2025-05-12 19:46:27 -05:00
Ben Meadors
d266887bb2
Add contact admin message
2025-05-12 19:27:32 -05:00
Alexander Begoon
ecdc0a5392
Add MAX17261 lipo battery gauge
2025-05-10 00:35:39 +02:00
Ben Meadors
078ac8dfbe
Merge pull request #680 from meshtastic/ve-direct
...
VE.Direct serial mode
2025-05-04 08:37:24 -05:00
Ben Meadors
5b3bbb8f6a
VE.Direct serial mode
2025-05-04 08:36:40 -05:00
Ben Meadors
280f9d1bf8
Name
2025-05-04 06:34:23 -05:00
Ben Meadors
81c3153396
Add dsstore
2025-04-29 06:15:31 -05:00
Thomas Göttgens
27fac39141
add more hwid's
2025-04-17 12:04:32 +02:00
dylanli
b982b36dfa
add seeed solar node defination ( #675 )
2025-04-16 09:37:53 +02:00
Aaron.Lee
f9aa5cfd08
Add Heltec MeshPocket definition ( #673 )
2025-04-09 13:55:20 +02:00
Thomas Göttgens
5a5ab103d2
add existing 128x64 screen setting to protos ( #672 )
2025-04-07 11:46:44 +02:00
Tom Fifield
5add3bae21
Merge pull request #670 from hafu/fix-comment
...
Fix comment description of CO2 telemetry value
2025-04-06 10:36:08 +08:00
Ben Meadors
13a3e5dcee
Merge pull request #671 from meshtastic/friedchicken
...
Reserved fried chicken HWMODEL
2025-04-03 19:44:12 -05:00
Ben Meadors
b772c71394
Reserved fried chicken HWMODEL
2025-04-03 19:32:17 -05:00
Ben Meadors
484d002a52
Add bluetooth
2025-03-30 19:27:40 -05:00
Ben Meadors
5e032099be
Merge pull request #669 from meshtastic/add-bluetooth-exclude
...
Add bluetooth config to excludes
2025-03-30 12:54:36 -05:00
Hannes Fuchs
2d2ebcd170
Fix comment description of CO2 telemetry value
2025-03-30 17:00:16 +02:00
Ben Meadors
6da320326b
Add bluetooth config to excludes
2025-03-30 08:50:59 -05:00
Ben Meadors
f00e96f12d
Update README.md
2025-03-28 20:12:22 -05:00
Ben Meadors
6d7c9e6180
Add is_attended to User
2025-03-26 07:27:23 -05:00
Ben Meadors
b4044f8f9f
Merge pull request #666 from ke6zfi/master
...
Add go_package path for nanopb.proto
2025-03-25 13:15:34 -05:00
Chris LaFlash
306cdbf472
Add go_package path for nanopb.proto
2025-03-25 09:32:11 -07:00
Ben Meadors
b4e24c3a86
Merge pull request #664 from meshtastic/hri-3621
...
add HRI-3621
2025-03-21 07:43:35 -05:00
Thomas Göttgens
fbc8234432
add HRI-3621
2025-03-21 13:31:52 +01:00
Ben Meadors
14ec205865
Merge pull request #662 from meshtastic/add-devices
...
Thinknodes and T-ETH
2025-03-15 06:59:43 -05:00
Thomas Göttgens
474a5286c9
woopsie
2025-03-15 11:26:16 +01:00
Thomas Göttgens
72a2685709
Thinknodes and T-ETH
2025-03-15 11:24:58 +01:00
Ben Meadors
dab3668717
Merge pull request #659 from krant/master
...
device_ui: add Ukrainian
2025-03-14 10:09:42 -05:00
Ben Meadors
228276744b
Merge pull request #658 from pdxlocations/patch-1
...
Update NTP Server Comments
2025-03-14 07:04:32 -05:00
Ben Meadors
36dff55e14
Merge pull request #661 from krant/fmt
...
Cleanup formatting - trim excessive spaces, add missing newlines, etc.
2025-03-14 07:00:12 -05:00
Ben Meadors
eedeeecd4a
Merge pull request #660 from krant/fix_empty_doc
...
Fix empty doc to satisfy picky linters
2025-03-14 06:57:41 -05:00
Aleksey Vasilenko
327ddc8261
Cleanup formatting - trim excessive spaces, add missing newlines, etc.
2025-03-14 13:55:54 +02:00
Aleksey Vasilenko
3d11dc97ad
Fix empty doc to satisfy picky linters
2025-03-14 13:44:49 +02:00
Aleksey Vasilenko
524e78869b
device_ui: add Ukrainian
2025-03-14 13:31:25 +02:00
pdxlocations
db4578960e
Update NTP Server Comments
...
change 0.pool.ntp.org to meshtastic.pool.ntp.org in NTP Server Commente
2025-03-13 21:32:30 -07:00
Ben Meadors
035a8017b8
Merge pull request #657 from meshtastic/fifieldt-patch-1
...
Add RAK12035VB Soil Moisture Sensor
2025-03-08 06:14:53 -06:00
Ben Meadors
2df4770995
Merge pull request #656 from landandair/master
...
Add new Portnum 76 for Reticulum Network Stack Tunnel App
2025-03-07 07:54:43 -06:00
Tom Fifield
06572741de
Update telemetry.proto
2025-03-07 20:01:01 +08:00
Tom Fifield
d9061086e3
Add RAK12035VB Soil Moisture Sensor
...
As per @Justin-Mann , the RAK12035 is a Soil Moisture Sensor made by RAKWireless. Up to three can be connected using the wisblock architecture.
2025-03-07 19:52:48 +08:00
landandair
0c818c0ae8
Add RNS Tunnel App Portnum
...
- Added RNS tunnel app to Port 76
- Encoding is handled by RNS_Over_Meshtastic app
2025-03-06 17:56:37 -06:00
Ben Meadors
c261bd71aa
Merge pull request #655 from cdanis/dps310
...
telemetry: add dps310
2025-03-05 19:55:44 -06:00
Chris Danis
245daac0b2
telemetry: add dps310
2025-03-05 16:12:33 -05:00
rcarteraz
1cddedce83
Merge pull request #654 from meshtastic/xiao-bao
...
Xiao nrf52 kit hw_model
2025-03-05 12:32:46 -07:00
Ben Meadors
abf3fec604
Xiao nrf52 kit hw_model
2025-03-05 13:13:49 -06:00
Thomas Göttgens
eb42f6d262
Indicator protos ( #653 )
2025-03-02 19:32:07 +01:00
Ben Meadors
2a3a67f043
Merge pull request #645 from meshtastic/2.6
...
2.6 changes
2025-02-27 11:02:34 -06:00
Ben Meadors
79298fcdf0
Add remove_backup_preferences
2025-02-25 07:26:25 -06:00
rcarteraz
47ff85bb9c
Merge pull request #652 from meshtastic/map
...
Map related persistent MUI data
2025-02-24 17:09:50 -07:00
mverch67
2f6a133037
map persistent UI data
2025-02-25 00:20:33 +01:00
Ben Meadors
f3a57add1a
Timestamp
2025-02-23 13:06:21 -06:00
Ben Meadors
2a1386b151
Admin messages
2025-02-23 08:42:31 -06:00
Ben Meadors
dee784ab1c
Merge branch 'backup-prefs' into 2.6
2025-02-23 06:53:38 -06:00
Ben Meadors
37cc28889c
Merge remote-tracking branch 'origin/master' into 2.6
2025-02-23 06:52:50 -06:00
Ben Meadors
8b87eac4db
Name
2025-02-23 06:52:34 -06:00
Ben Meadors
91f73d0326
Add container messages for backup prefs
2025-02-23 06:25:35 -06:00
Ben Meadors
e2790151f0
Merge pull request #651 from meshtastic/fifieldt-patch-1
...
Deprecate did_gps_reset
2025-02-22 07:27:17 -06:00
Tom Fifield
ff6fce923a
Deprecate did_gps_reset
...
Removed in:
https://github.com/meshtastic/firmware/pull/6116
2025-02-22 18:05:58 +08:00
Ben Meadors
39e0d00d54
Merge pull request #650 from meshtastic/mqtt-shrink
...
Mqtt shrink
2025-02-11 10:37:37 -06:00
Ben Meadors
7f45a7e8d9
Decrease MQTT password size
2025-02-11 06:01:02 -06:00
Ben Meadors
068646653e
Comment
2025-02-10 14:28:21 -06:00
Ben Meadors
1095754e1f
Merge remote-tracking branch 'origin/master' into 2.6
2025-02-06 14:21:19 -06:00
Tom Fifield
b80785b16b
Merge pull request #649 from meshtastic/12-hour-clock
...
Add 12 hour clock device display config
2025-02-01 16:18:46 +08:00
Ben Meadors
edc3a7bab5
Add 12 hour clock device display config
2025-01-31 20:09:19 -06:00
A_Ponzano
7f13df0e5f
Update mesh.proto with meshlink ( #644 )
2025-01-19 15:07:06 +01:00
Thomas Göttgens
fde27e4ef0
add dfrobot gravity rain gauge ( #646 )
2025-01-18 13:30:43 +01:00
Ben Meadors
9c1bf5b384
Move nodedb to it's own message (and file)
2025-01-07 19:29:16 -06:00
Ben Meadors
76f806e1bb
Merge pull request #643 from meshtastic/udp-broadcast
...
Add protocol flags to enable UDP broadcasts and other future local networking transports
2025-01-05 13:04:41 -06:00
Ben Meadors
b77d1a3bb7
Add protocol flags to enable UDP broadcasts and other future local networking transports
2025-01-05 12:57:01 -06:00
Ben Meadors
b1ebb963cb
Merge pull request #642 from meshtastic/device-ui-channel
...
device-ui: add channel filter, add slovenian
2024-12-31 19:11:33 -06:00
mverch67
fe59011ba5
device-ui: add channel filter, add slovenian
2025-01-01 01:28:44 +01:00
Erayd
c55f120a9c
Add the ROUTER_LATE role & supporting fields ( #632 )
...
Will always rebroadcast packets, but will do so after all other modes.
Intended for router nodes that are there to provide additional coverage
in areas not already covered by other routers, or to bridge around
problematic terrain, but should not be given priority over other routers
in order to avoid unnecessarily consuming hops.
2024-12-22 12:14:48 +01:00
Ben Meadors
2cffaf53e3
Merge pull request #636 from meshtastic/alert_port
...
Add alert app portnum
2024-12-17 06:28:21 -06:00
Ben Meadors
0f7e562569
Add alert app portnum
2024-12-17 06:27:43 -06:00
Ben Meadors
4a4e81951d
Merge pull request #635 from meshtastic/fifieldt-patch-1
...
Add INA226
2024-12-14 19:20:50 -06:00
Tom Fifield
2b017ba707
Merge pull request #634 from meshtastic/critical-alert-support
...
Add priority for new critical alert feature
2024-12-15 11:31:35 +11:00
Tom Fifield
0c8cdc0efa
Add INA226
...
A high accuracy current and voltage sensor
2024-12-15 11:17:53 +11:00
Ben Meadors
611e399492
Update mesh.proto
2024-12-14 05:19:25 -06:00
Ben Meadors
ae68438473
Add priority for new critical alert feature
2024-12-14 05:18:08 -06:00
Ben Meadors
59c4596f33
Merge pull request #633 from valzzu/master
...
added Mesh-Tab
2024-12-14 05:10:45 -06:00
Iris
d2cedee0a0
added Mesh-Tab
2024-12-09 23:53:09 +02:00
Iris
55a5c9c139
Update mesh.proto
2024-12-09 23:51:43 +02:00
Ben Meadors
00c9c9932e
Merge pull request #628 from Jorropo/routastic
...
add Routastic hardware model
2024-12-03 19:27:14 -06:00
Jorropo
66e7582f85
add Routastic hardware model
2024-11-25 22:57:37 +01:00
Ben Meadors
02e6576efa
Merge pull request #627 from meshtastic/payload_length_233
...
update payload max length
2024-11-25 10:28:00 -06:00
andrekir
5ea20fc1f7
update payload max length
2024-11-25 12:52:24 -03:00
jake-b
c952f8a4c1
Support for the ClimateGuard RadSens Geiger-Muller tube ( #626 )
...
Co-authored-by: Jake-B <jake-b@users.noreply.github.com>
2024-11-23 15:10:43 +01:00
Ben Meadors
af7521c3a7
Merge pull request #625 from meshtastic/wismesh-tap
...
Add wismesh tap
2024-11-19 12:52:27 -06:00
Ben Meadors
c38692bd11
Add wismesh tap
2024-11-19 12:50:44 -06:00
Ben Meadors
4e4b133a4a
Merge pull request #624 from GUVWAF/NextHopRouter
...
Required additions for NextHopRouter
2024-11-19 11:21:49 -06:00
GUVWAF
40497bf8d4
Add next_hop to NodeInfoLite
2024-11-18 18:41:27 +01:00
GUVWAF
739a6d4af0
Add next_hop and relay_node to MeshPacket
2024-11-18 18:41:09 +01:00
Ben Meadors
52688fdccb
Merge pull request #623 from meshtastic/device-ui-update
...
device-ui update: store calibration data, added enum Norwegian language translation
2024-11-17 19:20:27 -06:00
mverch67
6de64e1198
store calibration, Norwegian language
2024-11-18 00:01:47 +01:00
Ben Meadors
af2fea10fe
Merge pull request #621 from mdesmedt/is_ignored
...
Add is_ignored bool field to NodeInfo
2024-11-11 18:50:44 -06:00
Matthijs De Smedt
04ea4b5b15
Add is_ignored bool to NodeInfo
2024-11-11 16:11:41 -08:00
Ben Meadors
04f21f5c72
Remove duplicate file
2024-11-09 05:21:30 -06:00
Ben Meadors
834915aa04
Merge pull request #618 from GUVWAF/NeighborLoRa
...
Add bool to enable LoRa transport for NeighborInfo
2024-11-08 07:17:20 -06:00
GUVWAF
2978b62587
LoRa transport not available on the default channel
2024-11-07 19:11:14 +01:00
GUVWAF
c2a3834e24
Add bool to enable LoRa transport for NeighborInfo
2024-11-07 18:44:15 +01:00
Ben Meadors
034a181436
Direct neighbor for clarity
2024-11-07 06:17:39 -06:00
Ben Meadors
06cf134e2b
Merge pull request #614 from meshtastic/module_validation
...
add bit field to `DeviceMetadata` for excluded modules
2024-11-04 04:55:49 -06:00
andrekir
b399bf0f6a
add bit field to DeviceMetadata for excluded modules
2024-11-04 07:39:42 -03:00
Ben Meadors
0c903c0864
Merge pull request #617 from meshtastic/move-pioenv
...
Move PIO env to mynodeinfo
2024-11-03 19:45:57 -06:00
Ben Meadors
e505f6051e
Move PIO env to mynodeinfo
2024-11-03 19:45:10 -06:00
Ben Meadors
254fbdac6a
pio
2024-11-03 16:17:03 -06:00
Ben Meadors
e8dbfb9660
Merge pull request #616 from meshtastic/caveman99-patch-1
...
add hw env string to metadata
2024-11-03 16:13:20 -06:00
Thomas Göttgens
b227a1ca72
rename to pio_env
2024-11-03 23:07:25 +01:00
Thomas Göttgens
9f45c61bb7
current max size is 35
2024-11-03 23:02:24 +01:00
Thomas Göttgens
8a38aa93cb
add hardware environment
2024-11-03 23:00:40 +01:00
Ben Meadors
015202aead
Update mesh.proto
2024-11-02 05:46:54 -05:00
Ben Meadors
807236815d
Merge pull request #609 from meshtastic/device-ui-updates
...
device-ui: proto version control, new languages, lock and alert parameters
2024-10-28 05:22:56 -05:00
mverch67
545ba74f71
remove default int_size:32
2024-10-27 13:11:01 +01:00
mverch67
f0df8545ad
version control, new languages, lock and alert parameters
2024-10-26 15:03:39 +02:00
Ben Meadors
7dc7a6d219
Merge pull request #607 from meshtastic/device-ui-fix
...
add device ui to config roll
2024-10-25 08:56:42 -05:00
Thomas Göttgens
619bd44654
add device ui to config roll
2024-10-24 14:36:57 +02:00
Ben Meadors
7960241ccd
Merge pull request #606 from meshtastic/fix-size-mismatch
...
Fix RTTL size mismatch
2024-10-23 09:56:45 -05:00
Ben Meadors
d91f614dc4
Extend device instead of shrink admin
2024-10-23 09:55:45 -05:00
Ben Meadors
2f400a078e
Fix RTTL size mismatch
2024-10-23 09:48:18 -05:00
Thomas Göttgens
8686d049c2
Merge pull request #605 from meshtastic/expand_device_id
...
Expand device_id to 128 bit
2024-10-21 22:57:40 +02:00
Ben Meadors
ea6eb85d6e
Expand to 128 bit bytes
2024-10-21 14:48:31 -05:00
Ben Meadors
14b2a62879
Merge pull request #604 from meshtastic/priority-traffic-rebroadcast
...
Add rebroadcast mode to ignore non-standard portnum traffic
2024-10-21 09:39:54 -05:00
Ben Meadors
e09bd361a4
Add rebroadcast mode to ignore non-standard portnum traffic
2024-10-21 05:05:25 -05:00
Ben Meadors
0fed5c7709
Merge pull request #603 from meshtastic/device-id
...
Add uint64 device id
2024-10-18 05:58:48 -05:00
Ben Meadors
1ab8611a31
Add uint64 device id
2024-10-18 05:45:19 -05:00
Ben Meadors
e22381a3c6
Merge pull request #602 from meshtastic/oem-proto
...
remove oem.proto
2024-10-14 14:06:43 -05:00
Thomas Göttgens
7e6177dcd6
remove oem.proto
2024-10-14 19:44:45 +02:00
Ben Meadors
30ba090346
Merge pull request #601 from meshtastic/device-ui-languages
...
device-ui: more languages
2024-10-13 05:52:51 -05:00
Manuel
f5d95f385b
Merge branch 'master' into device-ui-languages
2024-10-13 11:45:56 +02:00
mverch67
1842d2203b
device-ui: more languages
2024-10-13 11:43:34 +02:00
Ben Meadors
49ebc47832
Merge pull request #600 from meshtastic/device_ui_java_name
...
fix `device_ui` Java outer classname
2024-10-12 04:30:05 -05:00
Andre K
3990520748
fix device_ui Java outer classname
2024-10-12 06:27:59 -03:00
Ben Meadors
fd5760108a
Merge pull request #599 from meshtastic/update-rebroadcast-mode
...
Rebroadcast 'None'
2024-10-11 05:28:10 -05:00
Thomas Göttgens
99280a1a1e
Update config.proto
2024-10-11 11:55:56 +02:00
Ben Meadors
647081c7fa
Merge pull request #597 from meshtastic/device-ui
...
Add device-ui persistency
2024-10-10 06:17:14 -05:00
Ben Meadors
70a52e77d3
Update device_ui.options
2024-10-10 06:14:55 -05:00
Tom Fifield
387d0beea4
Merge pull request #572 from Coloradohusky/scd4x
...
Add CO2, SCD4X telemetry
2024-10-10 11:38:58 +08:00
mverch67
cb37f8ce61
rewording
2024-10-09 23:10:03 +02:00
mverch67
50a87ef3aa
I should goto sleep
2024-10-09 22:56:10 +02:00
mverch67
19993f75ce
typo
2024-10-09 22:53:02 +02:00
mverch67
901ce4c1c4
renumbering getter/setter
2024-10-09 22:52:55 +02:00
mverch67
c28a677d7d
device-ui persistency
2024-10-09 12:49:09 +02:00
Riley Nielsen
27072c0838
Update telemetry.proto
2024-10-07 17:43:15 -07:00
Riley Nielsen
a4274bcc0b
Merge remote-tracking branch 'upstream/master' into scd4x
2024-10-07 17:39:10 -07:00
Ben Meadors
c9ae7fd478
Merge pull request #593 from meshtastic/fifieldt-patch-1
...
Add RegionCodes for Philippines
2024-10-06 07:48:56 -05:00
Ben Meadors
5df44cf804
Merge pull request #594 from meshtastic/fifieldt-patch-2
...
Add health_screen_enabled and fix comments
2024-10-06 06:50:39 -05:00
Tom Fifield
29b19dfd79
Add health_screen_enabled and fix comments
...
health_screen_enabled will be used for turning on/off the screen for health telemetry.
Also fixed some commands on other existing variables that were incorrect.
2024-10-06 19:49:17 +08:00
Tom Fifield
d983fef9e4
Add RegionCodes for Philippines
...
Required by https://github.com/meshtastic/firmware/pull/4951
2024-10-05 13:45:41 +08:00
Ben Meadors
b419706693
Merge pull request #592 from meshtastic/fifieldt-patch-1
...
Add MLX90614 non-contact IR temperature sensor.
2024-10-03 06:52:00 -05:00
Tom Fifield
dd8619f786
Typo fix
2024-10-03 19:41:34 +08:00
Tom Fifield
08876d1c25
Add MLX90614 non-contact IR temperature sensor.
...
Mentioned in https://github.com/meshtastic/firmware/issues/4738 as being most appropriate for sensing animal temperature.
Also, according to https://www.sparkfun.com/products/retired/14569 , a replacement for the apparently retired MLX90632
2024-10-03 16:25:33 +08:00
Ben Meadors
cd279d19a0
Merge pull request #591 from GUVWAF/moreStats
...
Add more packet statistics to LocalStats
2024-10-02 13:42:19 -05:00
GUVWAF
b52e08eb97
Add duplicate received, relayed and canceled relayed packets to LocalStats
2024-10-02 20:29:12 +02:00
Ben Meadors
62c4b0081c
Merge pull request #590 from meshtastic/health-telem
...
Add health telemetry
2024-10-02 06:12:59 -05:00
Ben Meadors
c0708735f5
Tag numbers
2024-10-02 06:05:43 -05:00
Ben Meadors
94ef58cbf2
Add health telemetry
2024-10-02 06:03:55 -05:00
Ben Meadors
61d7ca6565
Update description
2024-09-30 17:16:49 -05:00
Ben Meadors
83c78e26e3
Merge pull request #589 from meshtastic/tlora-c6
...
Add TLora-C6
2024-09-28 06:36:00 -05:00
Thomas Göttgens
f6c9aeb4f1
Add TLora-C6
2024-09-28 13:29:52 +02:00
Ben Meadors
6ac91926c2
Merge pull request #582 from augustozanellato/detsensor_broadcast_changes
...
Implement more flexible triggering in DetectionSensor
2024-09-25 05:46:02 -05:00
Thomas Göttgens
eb915e71fc
Merge pull request #588 from markbirss/master
...
Update mesh.proto fix MS24SF1 build
2024-09-25 10:27:44 +02:00
Mark Trevor Birss
dfccd4fba4
Update mesh.proto
2024-09-25 09:05:02 +02:00
Tom Fifield
b1cad2323e
Merge pull request #587 from Dylanliacc/Support-for-Seeed-XIAO-S3-Board
...
feat: add seeed xiao s3
2024-09-25 13:58:36 +08:00
Tom Fifield
fb9a48dae7
fix typos
2024-09-24 19:20:54 +08:00
Dylanliacc
7ef4ee191a
feat: add seeed xiao s3
2024-09-24 18:26:48 +08:00
Augusto Zanellato
206e046e34
set detection_trigger_type max_size
2024-09-24 11:10:35 +02:00
Augusto Zanellato
3be0da8370
Merge branch 'master' into detsensor_broadcast_changes
2024-09-24 11:08:58 +02:00
Thomas Göttgens
9651aa59ea
Merge pull request #585 from lboue/patch-1
...
Add support for M5Stack CoreS3 variant
2024-09-22 18:10:40 +02:00
Thomas Göttgens
67f9d80eb2
Update mesh.proto
...
For our own sanity, please keep the numerical order
2024-09-22 17:21:09 +02:00
Ludovic BOUÉ
c12bb5beea
Add support for M5Stack CoreS3 variant
2024-09-22 15:47:28 +02:00
Ben Meadors
9b84907847
Merge pull request #584 from meshtastic/pico2
...
Pico2
2024-09-21 07:58:38 -05:00
Thomas Göttgens
9dbb2ae4ef
Pico2
2024-09-21 14:54:52 +02:00
Ben Meadors
db2748c0cb
Merge pull request #583 from meshtastic/heltec-wireless-bridge
...
heltec-wireless-bridge
2024-09-21 06:37:21 -05:00
Thomas Göttgens
a711a17d47
heltec-wireless-bridge
2024-09-21 11:54:41 +02:00
Augusto Zanellato
3ff3dab75d
DetectionSensor: make triggering more flexible
2024-09-20 00:37:28 +02:00
Augusto Zanellato
c4636e0232
Add DetectionSensorConfig.broadcast_all_state_transitions
2024-09-19 21:48:47 +02:00
Ben Meadors
5709c0a05e
Merge pull request #576 from meshtastic/device-profile-update1
...
add fixed_position, ringtone, and canned_messages to `DeviceProfile`
2024-09-18 10:14:05 -05:00
Ben Meadors
164e598734
Merge pull request #581 from meshtastic/PKC-Capabilities
2024-09-17 17:41:10 -05:00
Jonathan Bennett
cc2f12bc7a
Adds the hasPKC bool to device metadata capabilities
2024-09-17 17:30:02 -05:00
Ben Meadors
1e212f1135
Merge pull request #579 from powersjcb/optional-hops_away
...
convert hops_away from required to optional
2024-09-17 06:40:37 -05:00
Jonathan Bennett
c5108cfd6b
Update max_count of admin_key to 3 ( #575 )
2024-09-16 21:52:43 -05:00
Tom Fifield
e8eff71bb0
Merge pull request #580 from meshtastic/jp-bennett-patch-3
...
More Admin Errors
2024-09-17 10:50:32 +08:00
Jonathan Bennett
a5cf8b5ac3
More Admin Errors
2024-09-16 21:36:03 -05:00
Jacob Powers
292538b8fb
Update mesh.proto
2024-09-16 20:20:45 -06:00
Jacob Powers
0347af720c
Update deviceonly.proto
2024-09-16 20:19:41 -06:00
Thomas Göttgens
0c0d061ec5
Merge pull request #578 from meshtastic/tak-detail
...
Add generic detail payload variant to TAKPacket
2024-09-16 12:37:48 +02:00
Ben Meadors
84a60f4e62
Add generic detail payload variant to TAKPacket
2024-09-15 19:24:15 -05:00
andrekir
a883cfe739
add fixed_position, ringtone, and canned_messages to DeviceProfile
2024-09-14 23:24:04 -03:00
Jonathan Bennett
0acaec6eff
Move ok_to_mqtt from flag to bitfield ( #574 )
2024-09-06 18:27:22 -05:00
Thomas Göttgens
96b10c0364
Merge pull request #573 from meshtastic/doNotMQTTMeBro
...
Adds OKToMqtt bool to data
2024-09-06 22:26:42 +02:00
Jonathan Bennett
fce5ab584f
Rename ok_to_mqtt and add config
2024-09-06 11:57:23 -05:00
Jonathan Bennett
30eb05a8a9
Adds OKToMqtt bool to data
2024-09-04 14:30:54 -05:00
Riley Nielsen
583784692c
Add CO2, SCD4X
2024-09-02 11:19:52 -07:00
Ben Meadors
5f7c91adb9
Merge pull request #571 from GUVWAF/highPrio
...
Add RESPONSE priority for responses to a request
2024-09-01 08:51:58 -05:00
GUVWAF
90f73ed100
Add RESPONSE priority for responses to a request
2024-09-01 15:35:54 +02:00
Ben Meadors
28492e88e5
Merge pull request #570 from GUVWAF/highPrio
...
Add new MeshPacket priority HIGH
2024-08-30 13:18:04 -05:00
GUVWAF
77fc95a9ab
Add new MeshPacket priority HIGH
2024-08-30 19:58:30 +02:00
Ben Meadors
ad62b651f9
Merge pull request #569 from meshtastic/thebentern-patch-1
...
Custom i2c sensor telemetry
2024-08-30 07:38:33 -05:00
Ben Meadors
8c01df356a
Update telemetry.proto
2024-08-30 07:31:08 -05:00
Ben Meadors
2d5ffbb61f
Custom i2c sensor telemetry
2024-08-30 07:30:26 -05:00
Thomas Göttgens
7444b00e05
Merge pull request #568 from weekroom/master
...
Be available for M5 corebasic2.7、core2
2024-08-29 15:45:20 +02:00
Junhuang
b575b137e2
Be available for M5 corebasic2.7、core2
2024-08-29 10:10:04 +08:00
Ben Meadors
431291e673
Merge pull request #567 from meshtastic/repeated
...
Make admin_key repeated max count 1, for future expansion
2024-08-26 07:45:43 -05:00
Jonathan Bennett
17043d6f3a
Make admin_key repeated max count 1, for future expansion
2024-08-25 21:55:51 -05:00
Ben Meadors
52cfa2c1c2
Merge pull request #565 from geeksville/pr-for4375
2024-08-23 20:17:44 -05:00
Ben Meadors
cbd790fed1
Merge pull request #559 from miltieIV2/miltieIV2/add_support_for_adafruit_feather_rp2040_rfm95
...
miltieIV2/add support for adafruit feather rp2040 rfm95
2024-08-22 14:09:21 -05:00
Ben Meadors
b15c081cb3
Shut up buf... nobody like your nagging
2024-08-21 06:51:56 -05:00
Kevin Hester
183ba970a7
remove deprecated serial/bt logging options and unify in the new
...
security option. Per discussion in https://github.com/meshtastic/firmware/issues/4375
no need to preserve the old options when changing to this new simpler
single boolean because they were newish, rarely used and only for 'advanced'
developers.
2024-08-20 13:36:32 -07:00
Ben Meadors
56a4355070
Merge pull request #564 from meshtastic/blankconfig
...
Adds a blank config for fetching a remote admin session key
2024-08-20 10:26:07 -05:00
Jonathan Bennett
68b946291e
Adds a blank config for fetching a remote admin session key
2024-08-19 14:38:11 -05:00
John Milton
e6561cc17c
Update mesh.proto
...
enum upstream collision, switch to the next free.
2024-08-19 14:56:19 -04:00
Ben Meadors
b623762940
Merge pull request #563 from GUVWAF/traceroute2way
...
Add route back and SNR lists to RouteDiscovery for traceroute
2024-08-17 07:46:59 -05:00
GUVWAF
7171332c99
Add route back and SNR lists to RouteDiscovery for traceroute
2024-08-17 14:27:37 +02:00
Ben Meadors
fe4496484a
Merge pull request #553 from meshtastic/2.5
...
2.5
2024-08-17 06:47:22 -05:00
Ben Meadors
59d035a37d
net
2024-08-16 18:49:23 -05:00
Ben Meadors
dfce61390d
Merge pull request #562 from meshtastic/set-time
...
Set time only admin message
2024-08-16 18:34:45 -05:00
Ben Meadors
8ac99eefe8
Fixed
2024-08-16 18:31:16 -05:00
Ben Meadors
6a53f766bc
Set time only admin message
2024-08-16 18:21:01 -05:00
Ben Meadors
8da680b690
Merge pull request #555 from pdxlocations/canned-messages-input-sources
...
Edit Comments of Canned Messages
2024-08-16 06:13:59 -05:00
Ben Meadors
b023abd772
Merge pull request #561 from markbirss/develop
...
Update mesh.proto add Minewsemi ME25LS01 LR1110 breakout ME25LE01_V1.0
2024-08-16 06:13:24 -05:00
Ben Meadors
4eb4f42517
Merge pull request #560 from meshtastic/stats
...
Local device mesh stats container
2024-08-16 06:07:20 -05:00
Mark Trevor Birss
d2a88c9ddc
Update mesh.proto
2024-08-16 09:52:25 +02:00
Ben Meadors
ceb1170e2c
Local device mesh stats
2024-08-15 20:41:11 -05:00
Jonathan Bennett
06d7ca5821
Adds Admin session_passkey to prevent replay of admin packets ( #558 )
...
* Adds Admin session_passkey to prevent replay of admin packets
* Update comment on admin_passkey
2024-08-15 16:32:42 -05:00
John Milton
2d7f6d12d9
add ther other Adafruit displauy and a comment about A0.
2024-08-15 14:00:06 -04:00
John Milton
97cd687e82
Add board enum for RP2040_FEATHER_RFM95; variants/feather_rp2040_rfm95.
2024-08-15 13:51:20 -04:00
Jonathan Bennett
8b5b2faf66
Add PKI_UNKNOWN_PUBKEY ( #557 )
2024-08-14 15:31:46 -05:00
Jonathan Bennett
97fa34517f
Merge branch 'master' into 2.5
2024-08-13 18:57:01 -05:00
Jonathan Bennett
f007d1d719
Rename NONE_PKI to PKI_FAILED
2024-08-13 18:27:47 -05:00
Jonathan Bennett
f03121f440
Add NONE_PKI error message
2024-08-13 18:27:47 -05:00
Ben Meadors
1ff2e736ca
UserLite
2024-08-13 18:27:47 -05:00
Jonathan Bennett
000e9dcd38
Add SECURITY_CONFIG to admin.proto ( #547 )
2024-08-13 18:27:47 -05:00
Ben Meadors
66a6d11f7f
Add client notification fromradio message
2024-08-13 18:27:47 -05:00
Garth Vander Houwen
d7ce4f30fa
Update config.proto
...
update api name
2024-08-13 18:27:47 -05:00
Garth Vander Houwen
c979c1ac8f
Update config.proto
...
Update comments to match discord conversation
2024-08-13 18:27:47 -05:00
Jonathan Bennett
04a3b65a94
No default for you, Proto3
2024-08-13 18:27:47 -05:00
Jonathan Bennett
684d1faf8e
Add admin_channel_enabled to the security config
2024-08-13 18:27:47 -05:00
Jonathan Bennett
6cde2e2672
Add SecurityConfig to Localonly
2024-08-13 18:27:47 -05:00
Jonathan Bennett
ecc4d42053
Also move device_logging_enabled from bluetooth to SecurityConfig
2024-08-13 18:27:47 -05:00
Jonathan Bennett
adb2ff256b
Re-org some settings into a new SecurityConfig proto
2024-08-13 18:27:47 -05:00
Jonathan Bennett
bc465e6522
Add the key used to PKI decrypt to MeshPacket
2024-08-13 18:27:47 -05:00
Jonathan Bennett
e9b83744e2
Adds public_key and private_key for PKI
...
co-authored-by: edinnen
2024-08-13 18:27:47 -05:00
Ian McEwen
a3242bd0b4
Add optional keywords to stuff that can be "truly zero" within mesh packet payloads
2024-08-13 18:27:47 -05:00
Ben Meadors
eed2033cc3
Short turbo preset
2024-08-13 18:24:53 -05:00
Jonathan Bennett
666b481ae0
Remove dos-style formatting from telemetry.proto ( #554 )
2024-08-13 18:12:39 -05:00
pdxlocations
5b7a39da33
add scanAndSelect, cardkb, and serialkb
2024-08-13 16:09:49 -07:00
Jonathan Bennett
deb05e9514
Remove dos-style formatting from telemetry.proto
2024-08-13 18:04:12 -05:00
Ben Meadors
c9ca0dbe9c
Merge pull request #551 from gjelsoe/master
...
New Device, RadioMaster Bandit
2024-08-12 11:11:09 -05:00
Michael Gjelsø
26c144b2ba
New Device, Radio Master Bandit
...
Support for RadioMaster Bandit "Big Brother"
2024-08-12 17:41:21 +02:00
Ben Meadors
071fd931ec
Merge pull request #540 from dhskinner/new-sensor-types
...
Additional Telemetry sensors - BMP388, ICM-20948, MAX17048
2024-08-11 09:53:18 -05:00
Ben Meadors
a0c758d04b
Merge pull request #548 from GUVWAF/STM32WL
...
Add RAK3172 and Wio-E5 STM32WL-based hardware models
2024-08-11 09:52:16 -05:00
GUVWAF
d867039e46
Add RAK3172 and Wio-E5 STM32WL-based hardware models
2024-08-11 16:22:43 +02:00
Ben Meadors
2fa7d6a4b7
Merge pull request #539 from meshtastic/factory-reset-distinction
...
New factory reset (device) admin command and make distinction about existing command that only config / device state is removed
2024-08-08 10:53:39 -05:00
Ben Meadors
d0fe91ab99
Merge pull request #543 from geeksville/pr-for4184
...
Add new critical fault codes for flash corruption
2024-08-05 19:07:22 -05:00
Kevin Hester
77ed84c7af
Add new critical fault codes for flash corruption
...
for https://github.com/meshtastic/firmware/issues/4184
2024-08-05 14:27:31 -07:00
David
25df63b0a0
Update telemetry.proto
2024-08-03 13:37:03 +10:00
Ben Meadors
4d3efb56d8
New factory reset (device) admin command and make distinction about existing command that only config / device state is removed
2024-07-31 10:42:35 -05:00
Ben Meadors
976748839f
Merge pull request #538 from meshtastic/revert-537-thebentern-patch-1
...
Revert "LogRecord over serial enabled"
2024-07-30 14:35:21 -05:00
Ben Meadors
c4110a4422
Revert "LogRecord over serial enabled"
2024-07-30 14:24:43 -05:00
Ben Meadors
abd5eaa875
Merge pull request #537 from meshtastic/thebentern-patch-1
...
LogRecord over serial enabled
2024-07-30 08:12:10 -05:00
Ben Meadors
9902e65bf2
LogRecord over serial enabled
2024-07-30 07:07:18 -05:00
Ben Meadors
b1a79d5db0
Merge pull request #535 from meshtastic/thebentern-patch-1
...
Add t1000-e hw model
2024-07-26 06:26:57 -05:00
Ben Meadors
ff1aa723d1
Add t1000-e hw model
2024-07-26 06:25:03 -05:00
Ben Meadors
7f90178f18
Merge pull request #534 from meshtastic/thebentern-patch-1
...
Sensecap indicator
2024-07-22 09:08:20 -05:00
Ben Meadors
38a3a4a8bf
Sensecap indicator
2024-07-22 09:01:59 -05:00
Ben Meadors
10494bf328
Merge pull request #532 from tavdog/ws85_gust_lull
...
add ws85 serialmodule mode, add gust,lull to env telemetry
2024-07-10 14:40:36 -05:00
Tavis
7370460a59
fix tag index. whoops, duh.
2024-07-10 09:09:32 -10:00
Tavis
29f8011bce
add ws85 serialmodule mode, add gust,lull to env teleme
2024-07-09 21:50:10 -10:00
Ben Meadors
d191975ebc
Merge pull request #531 from gjelsoe/master
...
Disable PA FAN
2024-07-09 11:10:48 -05:00
Michael Gjelsø
b2dd7a5562
Disable PA FAN
...
Disable the build-in PA FAN using pin define in RF95_FAN_EN
for use in "Low Traffic" areas where cooling of PA it not necessary.
2024-07-09 18:06:29 +02:00
Ben Meadors
0fd5023a0a
Merge pull request #530 from GUVWAF/SF_is_server
...
Add bool to StoreForward config to set it as server
2024-07-08 14:28:31 -05:00
GUVWAF
940395c81e
Add bool to StoreForward config to set it as server
2024-07-06 10:05:21 +02:00
Ben Meadors
1198b7dbab
Merge pull request #527 from HelTecAutomation/master
...
Add Heltec new boards
2024-07-01 05:59:17 -05:00
Heltec-Aaron-Lee
0891eeb9e1
Fix spelling issue
2024-07-01 14:10:05 +08:00
Aaron.Lee
e3557e4bcb
Merge branch 'meshtastic:master' into master
2024-07-01 14:08:58 +08:00
Ben Meadors
e7327e76bd
Merge pull request #526 from geeksville/pr-powermon2
...
Add protobufs for forthcoming firmware and python PRs
2024-06-29 19:01:57 -05:00
Ben Meadors
ad8c833bef
Merge pull request #529 from 72A12F4E/remove-unnecessary-import
...
Remove unnecessary import
2024-06-29 19:00:52 -05:00
Blake McAnally
827ed60577
remove unnecessary import
2024-06-28 21:37:08 -05:00
Ben Meadors
57ddb288e8
Merge pull request #528 from meshtastic/deprecate-router-client
...
Deprecate router client
2024-06-28 10:32:47 -05:00
Ben Meadors
fcf0fddab8
Same line
2024-06-28 10:24:51 -05:00
Ben Meadors
17a9637530
Deprecate router client
2024-06-28 10:06:50 -05:00
Heltec-Aaron-Lee
06ceb3e21d
Add Heltec new boards
2024-06-28 16:29:17 +08:00
Kevin Hester
9d747b6cf0
Now that we use LogRecord, increase the field sizes to reasonable values
...
Note: this change is 'free' because LogRecord is only used in a union
inside of FromRadio and FromRadio is already larger than this.
2024-06-27 19:50:59 -07:00
Kevin Hester
c25e0c4e0b
Add PowerStress agent support to PowerMon
2024-06-27 10:30:42 -07:00
Ben Meadors
a3030d5ff1
Merge pull request #525 from meshtastic/file-manifest
...
Add FileInfo packet to FromRadio
2024-06-24 20:25:34 -05:00
Ben Meadors
bcdef8996c
Add FileInfo packet to FromRadio
2024-06-24 19:37:52 -05:00
Ben Meadors
4da558d0f7
Merge pull request #523 from geeksville/pr-powermon
...
PowerMon initial protobufs
2024-06-21 19:00:48 -05:00
geeksville
a82df2239a
Move our namespace into a fake message so the linter doesn't yell.
2024-06-21 16:07:04 -07:00
geeksville
97138a78dc
PowerMon initial protobufs
...
for https://github.com/meshtastic/firmware/issues/4136
2024-06-21 15:07:20 -07:00
Ben Meadors
1c3029f286
Merge pull request #522 from meshtastic/thebentern-patch-1
...
BLE Device Logging
2024-06-19 14:46:06 -05:00
Thomas Göttgens
005d7231e5
Merge pull request #521 from ndoo/hru-3601
...
Add Heltec HRU-3601
2024-06-19 21:06:54 +02:00
Ben Meadors
ad08d08124
BLE Device Logging
2024-06-19 07:22:59 -05:00
Andrew Yong
22c137c269
Add Heltec HRU-3601
...
A product built around the HT-CT62 module (ESP32-C3 CPU and SX1262 LoRa) and SKUs with various sensors. A separate variant is needed due to re-use of GPIOs for LEDs, user button, power gating to the I2C peripheral, etc.
https://heltec.org/project/hru-3601/
Signed-off-by: Andrew Yong <me@ndoo.sg>
2024-06-18 22:01:19 +08:00
Ben Meadors
0c90a6814f
Merge pull request #520 from meshtastic/RAK2560
...
add RAK2560 outdoor node
2024-06-16 07:25:21 -05:00
Thomas Göttgens
09f453ed87
add RAK2560 outdoor node
2024-06-16 14:03:00 +02:00
Ben Meadors
dc066c89f7
Merge pull request #519 from meshtastic/nau-admin
...
add admin message for calibration.
2024-06-15 08:13:32 -05:00
Thomas Göttgens
f168b0a95a
add admin message for calibration.
2024-06-15 14:44:27 +02:00
Ben Meadors
ab576a4a12
Merge pull request #518 from meshtastic/nau7802
...
dang manual changes
2024-06-13 09:29:54 -05:00
Thomas Göttgens
c18265dfbf
dang manual changes
2024-06-13 16:08:34 +02:00
Thomas Göttgens
260d24318d
Merge pull request #517 from meshtastic/NAU7802
...
add NAU7802 protobufs
2024-06-13 15:30:30 +02:00
Thomas Göttgens
95e94d5af0
add NAU7802 protobufs
2024-06-13 14:39:08 +02:00
Ben Meadors
8f4faf76e5
Merge pull request #516 from HelTecAutomation/master
...
Add Heltec Capsule Sensor V3
2024-06-12 07:01:16 -05:00
Heltec-Aaron-Lee
aa08ca2bdc
Add Heltec Capsule Sensor V3
2024-06-12 19:25:00 +08:00
Jonathan Bennett
8c8048798c
Add compass_orientation ( #515 )
...
* add compass_orientation
We have rudimentary compass support in a branch. This would add a setting to correct the output when the sensor is oriented differently than the screen.
2024-06-11 12:23:03 -05:00
Thomas Göttgens
a641c5ce4f
Merge pull request #511 from meshtastic/wm1110-proper-ID
...
WIO WM 1110 ID
2024-06-04 15:20:08 +02:00
Thomas Göttgens
e322b716df
Merge pull request #512 from meshtastic/repeated-oneof
...
(maybe?) fix repeated oneof
2024-06-04 15:19:27 +02:00
Thomas Göttgens
492753200d
(maybe?) fix repeated oneof
2024-06-04 15:15:40 +02:00
Thomas Göttgens
574aeb5b49
Update mesh.proto
2024-06-04 14:54:28 +02:00
Thomas Göttgens
5d0a75e6ec
Merge pull request #509 from meshtastic/chunked-delivery-plumbing
...
Chunked payload for PoC binary transfer
2024-06-04 14:50:49 +02:00
Ben Meadors
bfbf4a65e2
Merge pull request #510 from meshtastic/dfrobot-lark
...
More lux options, wind speed, and direction as well as DF Robot lark support
2024-06-03 15:58:34 -05:00
Ben Meadors
5f879edb72
More lux options, wind speed, and direction as well as DF Robot lark support
2024-06-03 15:21:28 -05:00
Ben Meadors
1e8fa54a05
Chunked payload for PoC binary transfer
2024-06-03 14:57:21 -05:00
Ben Meadors
a45a6154d0
Merge pull request #507 from alexander-smyslov/ant10
...
Update telemetry.proto
2024-05-31 07:12:36 -05:00
Alexander Smyslov
ad3cc2d295
Update telemetry.proto
...
add support AHT10
2024-05-31 12:24:41 +02:00
Ben Meadors
9e61b82331
Merge pull request #506 from meshtastic/chunked-delivery-plumbing
...
Added to_callsign to atak GeoChat
2024-05-30 08:54:12 -05:00
Ben Meadors
7fbaa3c74c
SpaghettiO
2024-05-30 06:54:38 -05:00
Ben Meadors
4ef9dd4000
Added to_callsign to atak GeoChat
2024-05-30 06:53:03 -05:00
Ben Meadors
5f78a06c0f
Merge pull request #505 from jurriaan/patch-1
...
Fix invalid protobuf
2024-05-26 07:01:38 -05:00
Jurriaan Pruis
3cb2b01cf7
Fix invalid protobuf
...
The mesh.proto file was broken, was missing a semicolon.
2024-05-26 11:44:41 +02:00
Ben Meadors
5e32bcec2c
Merge pull request #504 from gjelsoe/master
...
Add ID for Bandit Nano
2024-05-25 06:56:28 -05:00
Michael Gjelsø
bacd654744
Update mesh.proto
...
RadioMaster 900 Bandit Nano ID, https://www.radiomasterrc.com/products/bandit-nano-expresslrs-rf-module
2024-05-25 09:01:20 +02:00
Ben Meadors
b5dc871a1b
Merge pull request #502 from tuxphone/patch-1
...
Synchronize ham short_name length with meshtastic user short_name length
2024-05-22 16:03:05 -05:00
tuxphone
7c533e810b
Synchronize ham short_name length with meshtastic user short_name length
2024-05-22 14:19:07 +02:00
Ben Meadors
5cfadd1489
Merge pull request #500 from meshtastic/libpax-rssi
...
protobufs for https://github.com/meshtastic/firmware/issues/3885
2024-05-16 12:27:58 -05:00
Thomas Göttgens
1b0b61a76e
protobufs for https://github.com/meshtastic/firmware/issues/3885
2024-05-16 15:36:04 +02:00
Thomas Göttgens
bee9ddc716
Merge pull request #499 from meshtastic/sensors
...
More RAK / Adafruit sensors
2024-05-15 14:46:40 +02:00
Ben Meadors
0a84f48e84
More RAK / Adafruit sensors
2024-05-15 07:07:22 -05:00
Ben Meadors
ef700a5e2f
Merge pull request #498 from Dr-Gandalf/master
...
add ligth sensor to the env telemetry module
2024-05-14 20:20:43 -05:00
Jorge Castillo
71f3d68db5
Update telemetry.proto to include VEML7700 high accuracy white light(irradiance) sensor
2024-05-14 16:43:15 -04:00
Jorge Castillo
5f6dc3a1a8
add veml7700 ambient light readings to the env merics
2024-05-08 22:20:18 -04:00
Ben Meadors
1bfe0354d1
Merge pull request #496 from 2itea/master
...
Update telemetry.proto
2024-05-05 13:30:30 -05:00
pr000t
edbf510ef7
Update telemetry.proto
...
Add Sensirion SHT4X sensors
2024-05-05 17:19:54 +02:00
Ben Meadors
24776635ee
Merge pull request #495 from mrekin/master
2024-05-05 09:29:03 -05:00
vardas
7eab464879
Renaming
2024-05-05 16:34:11 +03:00
vardas
df36597cbf
New variant PROMICRO_DIY
2024-05-05 14:55:33 +03:00
Ben Meadors
dd7d64cc03
Merge pull request #494 from meshtastic/wiphone
...
add wiphone
2024-05-04 16:59:37 -05:00
Thomas Göttgens
12fd8c7e3f
add wiphone
2024-05-04 20:37:16 +02:00
Garth Vander Houwen
e21899aa6b
Merge pull request #492 from meshtastic/mute-channels
...
Added mute channel into module settings
2024-04-30 05:22:54 -07:00
Ben Meadors
112f1fdcd0
Added mute channel into module settings
2024-04-29 19:35:02 -05:00