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
Ben Meadors
86640f20db
Merge pull request #489 from SCWhite/master
...
add HardwareModel: TWC_MESH_V4 to mesh.proto HardwareModel enum
2024-04-23 12:04:19 -05:00
SCWhite
ef2502fb3a
add HardwareModel: TWC_MESH_V4
2024-04-23 18:10:02 +08:00
Ben Meadors
eade2c6bef
Merge pull request #488 from meshtastic/rebrand-heartbeat-led
...
Rebrand as heartbeat led and add more explicit description
2024-04-20 15:55:31 -05:00
Ben Meadors
aa0413204f
Rebrand as heartbeat led and add more explicit description
2024-04-20 12:48:09 -05:00
Ben Meadors
6e30bbb482
Merge pull request #487 from meshtastic/caveman99-patch-1
...
rename value to "distance"
2024-04-20 12:39:16 -05:00
Thomas Göttgens
bb07ddba10
rename value to "distance"
2024-04-20 16:54:41 +02:00
Ben Meadors
ea127fcbd8
Merge pull request #486 from meshtastic/RCWL-9620
...
Support RCWL-9620
2024-04-20 09:23:59 -05:00
Thomas Göttgens
6a8677c293
Support RCWL-9620
2024-04-20 16:20:28 +02:00
Ben Meadors
f4be94a7fc
Merge pull request #485 from ndoo/status-led-off
...
Add status_led_off to support turning status LED off (dark mode)
2024-04-20 07:35:36 -05:00
Andrew Yong
bd70a9a96e
Add status_led_off to support turning status LED off (dark mode)
...
Signed-off-by: Andrew Yong <me@ndoo.sg>
2024-04-20 14:36:07 +08:00
Ben Meadors
0d08acd9c5
Merge pull request #452 from meshtastic/power_config_comments
...
Update config.proto
2024-04-17 17:32:18 -05:00
Ben Meadors
ecf105f66d
Merge pull request #484 from S5NC/CDEBYTE_EoRa-S3
...
Add CDEBYTE_EORA_S3 to mesh.proto HardwareModel enum
2024-04-15 20:52:07 -05:00
S5NC
a650d05aab
Update mesh.proto
2024-04-15 20:30:25 +01:00
Ben Meadors
f92900c5f8
Merge pull request #483 from meshtastic/uptime
...
Add uptime seconds
2024-04-11 07:01:42 -05:00
Ben Meadors
4051bdbee0
Add uptime seconds
2024-04-10 07:07:37 -05:00
Thomas Göttgens
22cbd0d4cf
Merge pull request #482 from meshtastic/bme680-iaq
...
Add field for Air quality index (VOC for other sensors)
2024-04-09 14:09:21 +02:00
Thomas Göttgens
61de46ab06
Add fieldfor Air quality index (VOC for other sensors)
2024-04-09 14:01:40 +02:00
Thomas Göttgens
68720ed8db
Merge pull request #480 from meshtastic/jp-bennett-patch-3
...
Add time_offset to support local timezone
2024-04-07 15:57:54 +02:00
Thomas Göttgens
4a77f8bc08
Update config.options
...
limit to 64 chars plus zero terminator
2024-04-07 15:56:50 +02:00
Thomas Göttgens
6a4da15a16
change offset to tz definition
2024-04-07 15:56:50 +02:00
Jonathan Bennett
6ae27a2fbf
Add time_offset to support local timezone
2024-04-05 12:00:06 -05:00
Ben Meadors
6157a57237
Merge pull request #478 from meshtastic/td_lorac
...
Add Teledatics TD-LORAC module
2024-04-03 08:41:15 -05:00
Ben Meadors
e5590e7875
Reorder device-only to fix nanopb generator issue in firmware
2024-04-03 06:52:50 -05:00
Ben Meadors
552e636462
Added TD-LORAC module
2024-04-03 06:48:23 -05:00
Ben Meadors
9edbb188ed
Merge pull request #477 from garethhcoleman/master
...
Add UNPHONE to mesh.proto HardwareModel enum
2024-04-02 16:14:36 -05:00
Gareth Coleman
42da320406
Add UNPHONE to mesh.proto HardwareModel enum
...
See PR https://github.com/meshtastic/firmware/pull/3530 to main meshtastic firmware.
2024-04-02 21:00:54 +01:00
Sacha Weatherstone
e6b4c590e7
format
2024-03-30 13:31:28 +10:00
Sacha Weatherstone
2982d3017b
cleanup & update actions
2024-03-30 13:31:28 +10:00
Ben Meadors
dea3a82ef2
Merge pull request #473 from meshtastic/move-remote-hardware-pins
...
Move remote hardware pins to sever problematic device_only dependency
2024-03-25 15:55:41 -05:00
Ben Meadors
53e1c4f6bd
Don't need this dep now
2024-03-25 07:45:17 -05:00
Ben Meadors
ce908d8a45
Move to non-namespaced proto
2024-03-25 07:41:06 -05:00
Ben Meadors
633ac9de71
Move remote hardware pins to sever problematic device_only dependency
2024-03-25 07:27:22 -05:00
Ben Meadors
95b0aa07b2
Merge pull request #472 from meshtastic/fixed-position-admin
...
Dedicated admin messages for fixed position setting and clearing
2024-03-24 18:49:33 -05:00
Ben Meadors
539b53dadb
Dedicated admin messages for fixed position setting and clearing
2024-03-24 15:45:17 -05:00
Ben Meadors
0fe69d73e6
Merge pull request #471 from meshtastic/set-favorite
2024-03-21 21:20:32 -05:00
Ben Meadors
57653098ce
Set / unset node to be favorited by nodenum
2024-03-21 19:41:01 -05:00
Ben Meadors
bcfb49c498
Merge pull request #469 from meshtastic/is_favorite
...
Add is_favorite to NodeInfo/Lite
2024-03-21 11:30:52 -05:00
Jonathan Bennett
c2439c916a
Make node_db_lite a vector ( #470 )
...
* Change node_db_lite to be flexible size
* Add nanopb.proto to make buf lint happy
2024-03-21 10:42:19 -05:00
Ben Meadors
cb1cef80d4
Not resets
2024-03-21 07:30:10 -05:00
Ben Meadors
76f12f8b61
Add is_favorite to NodeInfo/Lite
2024-03-21 07:27:30 -05:00
Ben Meadors
556e49ba61
Merge pull request #467 from meshtastic/deprecate_nosave
...
Deprecate DeviceState.no_save
2024-03-16 07:16:58 -05:00
Ben Meadors
77dbc9d65f
Deprecate DeviceState.no_save
2024-03-15 18:25:23 -05:00
Ben Meadors
b2b145e332
Merge pull request #466 from meshtastic/ajmcquilkin/ 😭
...
😭
2024-03-15 12:57:44 -05:00
Adam McQuilkin
6d2e6704b8
😭
2024-03-15 10:54:41 -07:00
Ben Meadors
cf25b390d6
Merge pull request #465 from meshtastic/wire-heartbeat
...
Heartbeat needs to be on ToRadio to actually work
2024-03-15 08:07:02 -05:00
Ben Meadors
bc2ceb23a5
Heartbeat neads to be on ToRadio to actually work
2024-03-15 07:53:58 -05:00
Garth Vander Houwen
7e3ee8cd96
Update module_config.options
...
Increase the size of the root topic to accommodate longer local topics (country, state, county, city, neighborhood etc.)
2024-03-13 14:13:32 +01:00
Adam McQuilkin
6942175394
Merge pull request #462 from meshtastic/ajmcquilkin/serial-heartbeat-packet
...
Add explicit Heartbeat packet for clients to keep alive (serial) connections
2024-03-10 14:06:13 -07:00
Adam McQuilkin
c854603e9b
Add Heartbeat message to clientonly.proto
2024-03-10 13:29:32 -07:00
GUVWAF
00332412b2
Add firmware_version to MapReport
2024-03-10 13:09:59 +01:00
GUVWAF
3cc3e27e7c
MapReport message and config for MQTT
2024-03-10 13:09:59 +01:00
Ben Meadors
5a97acb175
Merge pull request #459 from thoherr/add-bmp085_180-sensor
...
add BMP085 (BMP180) sensor to enum TelemetrySensorType
2024-03-07 07:05:02 -06:00
Thomas Herrmann
e745804bf5
add BMP085 (BMP180) sensor
2024-03-03 10:27:30 +01:00
Ben Meadors
80d68fb6f0
Merge pull request #457 from pdxlocations/broken-links-2
2024-03-02 18:19:41 -06:00
pdxlocations
8d02479329
remove missing links
2024-03-02 14:50:39 -08:00
Ben Meadors
62b7d8b884
Merge pull request #456 from meshtastic/nodeinfo-routing-fields
...
Add via_mqtt and hops_away to NodeInfo/Lite
2024-03-02 09:32:15 -06:00
Ben Meadors
7ebbc390d2
Add via_mqtt and hops_away to NodeInfo/Lite
2024-03-02 08:00:26 -06:00
Ben Meadors
1e85de9dac
Merge pull request #454 from GUVWAF/hopStart
...
Add hopStart to MeshPacket
2024-03-02 07:17:32 -06:00
GUVWAF
f26d4bd11f
Merge branch 'master' into hopStart
2024-02-28 19:13:36 +01:00
GUVWAF
c0c413bc8d
Add hopStart (original hopLimit of a packet) to MeshPacket
2024-02-28 19:13:29 +01:00
Ben Meadors
4e4ccdbb9c
Merge pull request #450 from tobymurray/patch-1
...
Fix MeshPacket.to comment
2024-02-27 20:37:51 -06:00
Garth Vander Houwen
cd9dddb199
Update config.proto
2024-02-24 16:33:43 -08:00
neil
5241583565
'station_g2'
2024-02-24 21:04:02 +01:00
Garth Vander Houwen
c183973317
Update config.proto
...
Update proto comments
2024-02-24 11:19:17 -08:00
Toby Murray
9515cf2fb5
Remove mention of payload.dest
2024-02-24 11:52:01 -05:00
Ben Meadors
863fd548c9
Merge pull request #451 from tobymurray/patch-2
...
Remove fixed FIXME in mesh.proto
2024-02-24 07:41:21 -06:00
Toby Murray
6a28d24bd8
Remove fixed FIXME in mesh.proto
...
Looks like these FIXMEs got fixed
2024-02-23 23:45:14 -05:00
Toby Murray
4c433ee900
Fix MeshPacket.to comment
...
Looks like this became garbled in 0221e83d68 .
2024-02-23 23:38:22 -05:00
Ben Meadors
24edea6442
Merge pull request #448 from meshtastic/ModuleSettings
...
adds ModuleSettings and position_precision to ChannelSettings
2024-02-22 07:26:32 -06:00
Ben Meadors
b88889941c
Merge pull request #449 from meshtastic/altitude
...
Convert alt to int32
2024-02-22 07:14:59 -06:00
Ben Meadors
fcb9b31761
Convert alt to int32
2024-02-22 07:11:54 -06:00
Jonathan Bennett
df08595682
Add precision_bits to location messages
2024-02-22 00:32:06 -06:00
Jonathan Bennett
083d9e7190
Properly put module_settings inside the Channelsettings message
2024-02-22 00:31:35 -06:00
Jonathan Bennett
93c1b33f2f
revert channel_precision
2024-02-21 18:58:23 -06:00
Jonathan Bennett
66e138c072
adds ModuleSettings and position_precision to ChannelSettings
2024-02-21 17:02:45 -06:00
Ben Meadors
5f28be497a
Merge pull request #444 from meshtastic/tak-tracker
...
Add TAK_TRACKER role
2024-02-16 06:31:39 -06:00
Ben Meadors
76002c9df3
Add TAK_TRACKER role
2024-02-15 18:43:13 -06:00
Ben Meadors
4432d3bfc1
Merge pull request #443 from meshtastic/fix_repeateds
...
Fix nano-pb size macros
2024-02-14 07:22:50 -06:00
Ben Meadors
d980ad6d76
n
2024-02-14 07:20:29 -06:00
Ben Meadors
65ee81a1e9
Fix nano-pb size macros
2024-02-14 07:03:09 -06:00
Ben Meadors
bcf7b74cc8
Merge pull request #442 from meshtastic/hwModel-patch
...
revert `HardwareModel` enum name change
2024-02-14 06:47:44 -06:00
Andre K
d9d87fdf85
fix: revert HardwareModel enum name change
...
ref: 4b97cf82ac
2024-02-14 07:47:51 -03:00
Ben Meadors
b9479e6c68
Merge pull request #440 from meshtastic/jp-bennett-patch-1
...
Add channel_precision for location data
2024-02-12 13:53:39 -06:00
Ben Meadors
4cfff1eaed
Merge pull request #441 from meshtastic/role_descriptions
...
Add new device role descriptions to protobuf comments
2024-02-12 13:53:27 -06:00
Garth Vander Houwen
61d35ccc4a
Update config.proto
...
remove stray double quote
2024-02-12 11:43:39 -08:00
Garth Vander Houwen
e10c34959e
Update config.proto
...
Add lost and found
2024-02-12 11:42:26 -08:00
Garth Vander Houwen
fc6f4b5e5f
Update config.proto
2024-02-12 11:41:04 -08:00
Garth Vander Houwen
1205cf2390
Update config.proto
...
Add new device role descriptions to protobuf comments to help developers working on apps.
2024-02-12 11:38:13 -08:00
Ben Meadors
388fd79bf7
Merge pull request #435 from Gabrielerusso/master
...
divided heltec tracker 1.0 and 1.1
2024-02-11 15:56:51 -06:00
Jonathan Bennett
9339bbb8e9
Update config.proto
2024-02-11 11:51:37 -06:00
Jonathan Bennett
0c03644895
Add channel_precision for location data
2024-02-11 11:43:54 -06:00
Gabrielerusso
0238576441
Merge remote-tracking branch 'upstream/master'
2024-02-11 14:56:18 +01:00
Ben Meadors
20f2783e19
Merge pull request #439 from GUVWAF/storeForwardText
...
StoreForward: add `TEXT_DIRECT` and `TEXT_BROADCAST` RequestResponse tags
2024-02-11 07:35:02 -06:00
GUVWAF
5fde3338a9
StoreForward: add TEXT_DIRECT and TEXT_BROADCAST RequestResponse tags
2024-02-11 14:18:38 +01:00
Ben Meadors
6cb18782b1
Merge pull request #437 from GUVWAF/storeForwardText
...
StoreForward: replace "empty" by "text" and improve comments
2024-02-10 17:56:56 -06:00
Ben Meadors
68fe60f7e2
Merge pull request #436 from meshtastic/rp2040_lora
...
Waveshare RP2040 LoRa
2024-02-10 17:56:33 -06:00
Ben Meadors
1fa72525a1
Merge pull request #438 from meshtastic/atak-fix
...
Add length to GeoChat.to
2024-02-10 14:06:41 -06:00
Ben Meadors
07bec83477
Add length to GeoChat.to
2024-02-10 11:37:11 -06:00
GUVWAF
b99a0343a8
StoreForward: replace "empty" by "text" and improve comments
2024-02-10 12:38:35 +01:00
Ben Meadors
f5299ca5c7
Waveshare RP2040 LoRa
2024-02-09 20:35:35 -06:00
Ben Meadors
99bd42baf8
Merge pull request #430 from ndoo/master
...
Add Singapore Region
2024-02-09 15:48:55 -06:00
Gabrielerusso
4b97cf82ac
divided heltec tracker 1.0 and 1.1
2024-02-09 03:23:59 +01:00
Ben Meadors
bdf9d6a81b
Merge pull request #434 from meshtastic/atak-plugin
...
Add device callsign
2024-02-08 18:55:48 -06:00
Ben Meadors
a79560a6ae
Add device callsign
2024-02-08 18:50:14 -06:00
Ben Meadors
1a25fb62c9
Merge pull request #432 from meshtastic/atak-plugin
...
ATAK plugin portnum and payload
2024-02-08 15:34:05 -06:00
Ben Meadors
eda5e8cee2
Add to
2024-02-08 10:12:37 -06:00
Ben Meadors
16c05e31a9
bool
2024-02-07 16:44:15 -06:00
Ben Meadors
703a85f4d8
Geochat
2024-02-07 16:42:54 -06:00
Ben Meadors
5fca196a62
Oops
2024-02-07 13:22:55 -06:00
Ben Meadors
07ac3a0208
Track speed and course
2024-02-07 12:50:33 -06:00
Ben Meadors
ca5b4deaae
Remove compression
2024-02-07 09:53:31 -06:00
Ben Meadors
57d65d69d4
Length
2024-02-07 08:05:53 -06:00
Ben Meadors
c5c8d2c5d1
Name
2024-02-07 07:45:27 -06:00
Ben Meadors
c1ebf710dc
ATAK overhaul
2024-02-07 07:42:36 -06:00
Ben Meadors
9288737832
Update sizes
2024-02-06 15:03:32 -06:00
Ben Meadors
b279e147a0
Merge pull request #431 from todd-herbert/master
...
add Heltec Wireless Paper V1.0 to HardwareModel
2024-02-05 09:03:56 -06:00
Andrew Yong
f37ee6b8da
Add Singapore Region
...
Add 923MHz band for Singapore.
Regulatory reference: https://www.imda.gov.sg/-/media/imda/files/regulation-licensing-and-consultations/ict-standards/telecommunication-standards/radio-comms/imdatssrd.pdf band 30d.
2024-02-05 12:38:27 +08:00
Todd Herbert
7ede214a3b
add Heltec Wireless Paper V1.0 to HardwareModel
2024-02-03 16:46:30 +13:00
Ben Meadors
a5ecd23edd
Correct options
2024-02-02 12:32:54 -06:00
Ben Meadors
4ace085e2d
Prefix
2024-02-02 11:33:29 -06:00
Ben Meadors
cbc9402385
Compressed vs uncompressed variants
2024-02-02 11:29:38 -06:00
Ben Meadors
b171a4d842
Indexing
2024-02-01 20:23:12 -06:00
Ben Meadors
51765f3d16
TAK Packets
2024-02-01 19:11:15 -06:00
Ben Meadors
b508d2e7ce
Merge pull request #428 from meshtastic/triple-state-gpsenabled
...
Triple state GPS mode
2024-01-31 13:44:43 -06:00
Ben Meadors
c2ce7eb206
Triple state GPS mode
2024-01-31 13:39:08 -06:00
Ben Meadors
12c84bddb9
Merge pull request #427 from canaryradio/canary
...
add CanaryOne to HardwareModel
2024-01-30 20:29:01 -06:00
hdngr
397af98519
add CanaryOne to HardwareModel
2024-01-30 07:26:17 -08:00
Ben Meadors
e894709e4a
Merge pull request #425 from meshtastic/delete-files
2024-01-28 18:54:53 -06:00
Ben Meadors
79164b870b
Delete files admin message
2024-01-28 07:36:56 -06:00
GUVWAF
44e369e181
Add ignore_mqtt to LoRa config
2024-01-20 20:26:50 +10:00
GUVWAF
b8d0ce9631
Add via_mqtt tag to MeshPacket
2024-01-20 20:26:50 +10:00
Ben Meadors
092f7c0430
Merge pull request #422 from GPSFan/master
...
update mesh.proto to add CircuitMess Chatter 2
2024-01-17 16:52:06 -06:00
GPSFan
e37d5322d8
update mesh.proto to add CircuitMess Chatter 2
2024-01-15 10:19:44 -07:00
Ben Meadors
a5d410d407
Merge pull request #421 from markbirss/develop
...
Update mesh.proto add Waveshare ESP32-S3-PICO #3081
2024-01-15 07:26:34 -06:00
Mark Trevor Birss
7e8828c36c
Update mesh.proto
2024-01-11 21:10:26 +02:00
Mark Trevor Birss
a4047d387f
Update mesh.proto
2024-01-11 19:27:25 +02:00
Ben Meadors
1091250d25
Merge pull request #420 from meshtastic/delayed_remove
...
deprecate `MeshPacket.delayed`
2024-01-09 15:51:47 -06:00
Andre K
3e19c405b7
deprecate MeshPacket.delayed
2024-01-09 17:22:56 -03:00
Ben Meadors
2ccf73428d
Merge pull request #419 from meshtastic/deprecate-attempt-time
...
Deprecate GPS attempt time
2024-01-06 14:33:51 -06:00
Ben Meadors
3f25787f43
Deprecate attempt time
2024-01-06 07:17:41 -06:00
Ben Meadors
4a00cafd3e
Merge pull request #418 from aminhusni/master
...
Add Malaysia Frequency
2024-01-04 12:24:33 -06:00
Amin Husni
97a97fdea2
Add Malaysia Frequency
...
meshtastic/firmware#3053
2024-01-05 01:22:51 +08:00
Ben Meadors
4a1d3766e8
Merge pull request #416 from meshtastic/thebentern-patch-2
...
Clarify DFU mode verbiage
2023-12-27 13:31:38 -06:00
Ben Meadors
be12427c1e
Clarify DFU mode
2023-12-27 13:27:16 -06:00
Ben Meadors
8e84c2f95f
Merge pull request #415 from meshtastic/enter-dfu
...
Add Enter DFU mode admin message
2023-12-27 12:45:54 -06:00
Ben Meadors
ad2810fab2
Add Enter DFU mode admin message
2023-12-27 12:32:53 -06:00
Thomas Göttgens
c1e179ecfd
Add paxcounter protobuf and config
2023-12-17 18:27:43 +01:00
Ben Meadors
a34b2c680e
Merge pull request #411 from meshtastic/makerfabs-targets
...
Makerfabs SenseLoRA targets
2023-12-06 15:53:19 -06:00
Ben Meadors
1560e85509
Makerfabs SenseLoRA targets
2023-12-06 15:50:46 -06:00
Ben Meadors
1eda884c39
Merge pull request #410 from meshtastic/known-only-rebroadcast-mode
...
Added KNOWN_ONLY rebroadcast mode
2023-12-06 06:15:22 -06:00
Ben Meadors
aff14ea529
Added KNOWN_ONLY rebroadcast mode
2023-12-05 20:21:14 -06:00
Ben Meadors
a3ef7e9448
Merge pull request #409 from meshtastic/new-roles
...
Added client-hidden and lost-and-found roles
2023-12-05 06:36:00 -06:00
Ben Meadors
bf2f5c2fa5
Added client-hidden and lost-and-found roles
2023-12-04 20:38:53 -06:00
Ben Meadors
9148427a3b
Merge pull request #406 from meshtastic/revert-405-add-role-nodeinfo
...
Revert "Add role to NodeInfo/Lite"
2023-11-26 15:14:10 -06:00
Ben Meadors
2966ac6fad
Add role to User instead
2023-11-26 14:10:31 -06:00
Ben Meadors
4f3e5f8b81
Revert "Add role to NodeInfo/Lite"
2023-11-26 14:07:06 -06:00
Ben Meadors
a0e94e01e5
Merge pull request #405 from meshtastic/add-role-nodeinfo
...
Add role to NodeInfo/Lite
2023-11-26 13:07:16 -06:00
Ben Meadors
371d76d9ee
Config include
2023-11-26 08:17:50 -06:00
Ben Meadors
da22c442b3
Add role to NodeInfo/Lite
2023-11-26 06:53:52 -06:00
tobi-sys
c845b7848e
Changed the variable length of wifi_psk
...
WiFi PSK can be 256 bits = 32 Bytes and can be represented by a 64 character long hexadecimal string
The size of the variable must be 65 bytes to hold the string and the trailing \0
2023-11-15 15:05:03 +01:00
Ben Meadors
36bd105cd5
Admin message for removing node by nodenum
2023-11-15 13:59:43 +01:00
Ben Meadors
59a67810ca
Merge pull request #401 from RicInNewMexico/PowerMetrics
...
Power Metrics Telemetry Variant / INA3221 Sensor
2023-11-02 20:19:31 -05:00
RicInNewMexico
960e65133a
Adding Power Metrics Telemetry Variant
...
modified: meshtastic/module_config.proto
modified: meshtastic/telemetry.proto
2023-10-26 20:29:02 -06:00
Ric In New Mexico
9bf93e1cb9
Addition of PowerMetrics to telemetry.proto
...
modified: meshtastic/telemetry.proto
2023-10-26 13:04:31 -06:00
Ben Meadors
ca3d17c6af
Merge pull request #397 from meshtastic/use_i2s_as_buzzer
...
Ext. Notification use i2s audio interface as buzzer
2023-10-23 15:47:21 -05:00
Ben Meadors
bcef87cc3b
Ext. Notification use i2s audio interface as buzzer
2023-10-23 15:40:29 -05:00
Ben Meadors
6290ee0f6a
Merge pull request #396 from meshtastic/tak-role
...
TAK specific role
2023-10-13 06:31:13 -05:00
Ben Meadors
54e43ff60c
TAK specific role
2023-10-12 18:13:55 -05:00
Ben Meadors
78afb5399f
Merge pull request #394 from S5NC/generalize-to-EBYTE_ESP32-S3
...
Generalize E22-900M_S3 to EBYTE_ESP32-S3
2023-10-11 07:24:22 -05:00
S5NC
850d95f680
Update mesh.proto
2023-10-11 00:35:57 +01:00
S5NC
cb5696dc04
Update mesh.proto
2023-10-11 00:33:57 +01:00
Ben Meadors
175a5c97fb
Merge pull request #393 from S5NC/E22-900M_S3
...
Add E22-900M_S3 board number to mesh.proto
2023-10-06 15:51:00 -05:00
S5NC
abb98c81f7
Update mesh.proto
2023-10-04 11:01:23 +01:00
Sacha Weatherstone
82f6b6083f
update CI ( #392 )
...
* update CI
* allow create_tag to write
2023-10-03 08:09:46 +10:00
Ben Meadors
0fb2f84714
Merge pull request #391 from meshtastic/thebentern-patch-1
2023-09-30 18:13:52 -05:00
Ben Meadors
4a9300c504
Documentation about sleepy tracker and sensor roles
2023-09-30 14:59:12 -05:00
Ben Meadors
fb28d59352
Merge pull request #390 from meshtastic/mqtt-comment
...
Notes about public mqtt traffic
2023-09-26 11:07:37 -05:00
Ben Meadors
10db8bc43e
Notes about public mqtt traffic
2023-09-26 06:33:37 -05:00
Ben Meadors
60f1f15743
Merge pull request #389 from meshtastic/gps-enable
...
Flip-flop the default state of enable_triple_click
2023-09-19 10:48:30 -05:00
Jonathan Bennett
44701ff4e2
Flip-flop the default state of enable_triple_click
2023-09-19 10:44:01 -05:00
Jonathan Bennett
524819face
Adds gps_en_able to indicate GPS enable pin, or 0 for none
...
Adds enable_triple_click to enable the GPS toggle on triple press
2023-09-19 12:05:16 +02:00
Ben Meadors
ce55381ecf
Merge pull request #387 from meshtastic/malt-liquor
...
Hop limit overflow comments
2023-09-18 13:09:44 -05:00
Ben Meadors
17a1f29991
Hop limit overflow comments
2023-09-18 12:53:55 -05:00
Ben Meadors
e9feb6424a
Merge pull request #386 from meshtastic/time
...
Updating time comments
2023-09-12 15:39:07 -05:00
Ben Meadors
ebfd5de415
case
2023-09-12 13:44:46 -05:00
Ben Meadors
018f4c8db0
Updating time comments
2023-09-12 13:42:57 -05:00
Ben Meadors
82ce9448a0
Merge pull request #385 from meshtastic/ambient-lighting-comments
...
Cleanup ambient lighting comments
2023-09-08 08:58:57 -05:00
Ben Meadors
1d38ee2e58
Cleanup ambient lighting comments
2023-09-08 06:14:59 -05:00
Ben Meadors
826dfb7604
Merge pull request #384 from meshtastic/update-flags-comment-about-defaults
...
Update to indicate the new default flags
2023-09-04 18:31:30 -05:00
Ben Meadors
666e604363
Update to indicate the new default flags
2023-09-04 18:06:20 -05:00
Ben Meadors
468ff2e245
Merge pull request #383 from markbirss/develop
...
Update mesh.proto add Heltec HT-62 ESP32-C3
2023-08-22 17:10:06 -05:00
Mark Trevor Birss
6e0333191c
Update mesh.proto
2023-08-22 18:09:08 +02:00
Mark Trevor Birss
47bf250938
Update mesh.proto
2023-08-22 16:49:55 +02:00
Mark Trevor Birss
67ebc7c61b
Update mesh.proto
2023-08-22 16:47:27 +02:00
Ben Meadors
d3dd7cfbe3
Merge pull request #382 from meshtastic/detection-sensor-portnum
...
Add DETECTION_SENSOR_APP portnum
2023-08-18 08:08:37 -05:00
Ben Meadors
4f543adbd6
Add DETECTION_SENSOR_APP portnum
2023-08-18 07:43:31 -05:00
Ben Meadors
dc28ae3d12
Merge pull request #381 from meshtastic/detection-module
...
New Detection Sensor module for messaging the mesh on detected state changes
2023-08-14 08:40:01 -05:00
Ben Meadors
04864570c5
use_pullup
2023-08-14 06:34:35 -05:00
Ben Meadors
9993a1df74
Fixed copy pasta and index
2023-08-13 19:02:39 -05:00
Ben Meadors
56f62b2937
Added state_broadcast_secs
2023-08-13 14:10:38 -05:00
Ben Meadors
e6a12394c2
More minumums!
2023-08-13 08:12:14 -05:00
Ben Meadors
e94a5f1664
Spelling
2023-08-13 08:11:21 -05:00
Ben Meadors
a726d6242e
Renamed to Detection Sensor
2023-08-13 08:10:24 -05:00
Ben Meadors
3c5c9acf92
Words
2023-08-13 06:47:58 -05:00
Ben Meadors
9e9ffc5c05
Added new Detection module for easier detection of state changes
2023-08-13 06:43:07 -05:00
Ben Meadors
6320d6795e
Merge pull request #380 from meshtastic/increase-nodedb
...
Remove deprecated mesh_sds_timeout_secs and bump node_db_lite to 100 for now
2023-08-12 05:32:16 -05:00
Ben Meadors
749be80f0b
Merge pull request #379 from meshtastic/add-loratype
...
Add LoraType hardware model
2023-08-12 05:31:44 -05:00
Ben Meadors
ca0942e910
Remove mesh_sds_timeout_secs and bump node_db_lite to 100 for now
2023-08-11 20:25:44 -05:00
Ben Meadors
773592a4a4
Add LoraType hardware model
2023-08-11 13:23:15 -05:00
Ben Meadors
d473009659
Merge pull request #378 from meshtastic/picomputer
...
Add Picomputer
2023-08-07 12:44:51 -05:00
Thomas Göttgens
3105696a1e
Add hints how the payload of a certain portnum is encoded
2023-08-07 19:04:54 +02:00
Thomas Göttgens
bf237d0470
Add Picomputer
2023-08-07 19:04:17 +02:00
Ben Meadors
0ea704baf5
Merge pull request #368 from meshtastic/2.2-proposed-changes
...
2.2.X Proposed Protobuf changes
2023-08-07 06:23:22 -05:00
Ben Meadors
c5fa71fbb6
Merge pull request #376 from meshtastic/deprecate-mesh_sds_timeout_secs
...
Deprecate unused mesh_sds_timeout_secs
2023-08-03 06:44:54 -05:00
Ben Meadors
950121a33b
Deprecate unused mesh_sds_timeout_secs
2023-08-03 06:25:14 -05:00
Ben Meadors
cf175a37f7
Merge branch 'master' into 2.2-proposed-changes
2023-07-31 18:27:03 -05:00
Ben Meadors
8e7500278f
Merge pull request #371 from charminULTRA/AML
...
Adds AmbientLightingModule to Admin.proto
2023-07-31 18:26:14 -05:00
charminULTRA
8257b7d8f3
Merge branch 'meshtastic:master' into AML
2023-07-30 12:38:31 -04:00
Jon
4628e5960b
leave out neighbor
2023-07-30 11:17:06 -04:00
GUVWAF
da148f9ade
Merge pull request #375 from GUVWAF/neighborStore
...
Add last_rx_time and node_broadcast_interval_secs to Neighbor
2023-07-30 17:16:37 +02:00
GUVWAF
29fbfc2330
Add last_rx_time and node_broadcast_interval_secs to Neighbor
2023-07-30 16:49:13 +02:00
Eugene Maksymenko
6f88374ec6
Fix unmappable character (0x98) for encoding windows-1251 #373
2023-07-29 10:07:10 +02:00
Ben Meadors
869b483145
Move node_broadcast_interval_secs to NeighborInfo
2023-07-28 10:15:25 -05:00
Jon
22b6681c86
Trying to fix TOKEN error
2023-07-28 11:07:48 -04:00
Jon
b69559e22b
check
2023-07-28 11:07:05 -04:00
Jon
673832e45c
test
2023-07-28 11:03:43 -04:00
Ben Meadors
af693fe022
Int_size, not max_size
2023-07-28 06:42:42 -05:00
Ben Meadors
1c3ed70144
Add Neighbor.node_broadcast_interval_secs
2023-07-28 06:39:24 -05:00
Jon
c48e408562
space fix
2023-07-27 16:42:58 -04:00
Jon
7f047d6357
added expeceted code for neighborinfo for
...
simplicity of merge
2023-07-27 14:39:13 -04:00
charminULTRA
34e550ee2a
space
2023-07-27 14:12:37 -04:00
charminULTRA
2cb0aeb668
ALM
2023-07-27 14:09:17 -04:00
Ben Meadors
0d5b0942fe
Add Neighborinfo to adminmessage ModuleConfigType
2023-07-27 12:16:07 -05:00
Neil Hao
8ad70564fc
Added Nano G2 Ultra to 18
...
NANO_G2_ULTRA = 18; has been added for new board.
More info about nano g2 ultra: https://wiki.uniteng.com/en/meshtastic/nano-g2-ultra
2023-07-27 12:21:13 +02:00
Neil Hao
c9e5dd76cf
Update mesh.proto Added Nano G2 Ultra
...
NANO_G2_ULTRA = 52; has been added.
2023-07-27 12:21:13 +02:00
Ben Meadors
7bf13761bb
Shouldn't have removed this one. It's too risky
2023-07-25 19:09:08 -05:00
Ben Meadors
45ccd172d7
Remove count
2023-07-25 17:29:31 -05:00
Ben Meadors
16dbe1e7e6
Completely remove deprecated fields
2023-07-25 16:24:48 -05:00
Ben Meadors
57bd75ea8b
Merge pull request #367 from meshtastic/remove-portnum
...
Removing Portnum we didn't actually use
2023-07-24 12:39:20 -05:00
Ben Meadors
29ec07a25e
Removing Portnum we didn't actually use
2023-07-24 09:56:10 -05:00
Ben Meadors
f17298c2b0
Merge pull request #366 from meshtastic/mqtt-proxy-clarification
...
MQTT Client Proxy clarification
2023-07-22 09:26:01 -05:00
Ben Meadors
f70efbc6f2
Clarification
2023-07-22 08:44:45 -05:00
Ben Meadors
64c2a11d37
Merge pull request #365 from meshtastic/thebentern-patch-1
...
Mega-ohms casing correction
2023-07-18 06:13:52 -05:00
Ben Meadors
5ecbbb8680
Mega-ohms casing correction
2023-07-13 13:29:57 -05:00
Ben Meadors
e0b136f5f8
Merge pull request #364 from meshtastic/new-hardware
...
New hardware models
2023-07-07 11:31:05 -05:00
Ben Meadors
c6f4d4f649
Hardware models
2023-07-07 07:00:23 -05:00
Ben Meadors
f2d1ebbd34
Merge pull request #363 from meshtastic/mqtt-client-proxy
...
Mqtt client proxy config and reworked payload
2023-07-05 16:47:44 -05:00
Ben Meadors
32cbb5840e
Merge pull request #361 from charminULTRA/AmbientLightingModule
...
Ambient Lighting Module protos
2023-07-03 19:29:19 -05:00
Ben Meadors
223b53e6cf
Update mesh.proto
2023-07-03 07:42:56 -05:00
Ben Meadors
c8b90c7006
Add toradio
2023-07-02 14:56:32 -05:00
Ben Meadors
74f3c56c9b
Config and payload variant
2023-07-01 08:53:13 -05:00
Ben Meadors
b29933a4a0
Move proxy message and just convert to bytes instead
2023-06-30 07:51:51 -05:00
Ben Meadors
ef8763b1cf
Merge pull request #362 from meshtastic/mqtt-client-proxy
...
Infrastructure for clients to proxy MQTT traffic to node
2023-06-29 20:21:07 -05:00
Ben Meadors
0d1614b4c8
Infrastructure for clients to proxy MQTT traffic to node
2023-06-29 07:17:21 -05:00
Jon
4c648a8247
On/Off function added
2023-06-28 20:04:35 -04:00
Jon
6f0aeb756f
PR edits
2023-06-28 19:59:12 -04:00
Jon
432d68ef91
AmbientLightingModule
2023-06-28 11:05:28 -04:00
Ben Meadors
e4396fd499
Merge pull request #360 from meshtastic/correct-description
2023-06-27 19:15:31 -05:00
Ben Meadors
f8f6683947
Description clarification
2023-06-27 19:07:49 -05:00
Ben Meadors
5f3daac5fa
Merge pull request #358 from meshtastic/moar-deprecate
...
Moar deprecate MyNodeInfo
2023-06-07 18:54:38 -05:00
Ben Meadors
90aa6cb088
Basically the whole thing
2023-06-07 15:48:58 -05:00
Ben Meadors
1b5dd88554
Whoops
2023-06-07 15:28:07 -05:00
Ben Meadors
923b197d1f
Firmware
2023-06-07 15:27:59 -05:00
Ben Meadors
4c8ba0697c
Merge pull request #357 from meshtastic/position-lite
...
Add location source
2023-06-07 14:21:11 -05:00
Ben Meadors
3fcc9628b7
Add location source
2023-06-07 12:53:31 -05:00
Ben Meadors
67635cc7c7
Merge pull request #356 from meshtastic/position-lite
...
PositionLite draft
2023-06-07 10:38:00 -05:00
Ben Meadors
b91fe254f6
Merge pull request #355 from meshtastic/deprecate-macaddr
...
Deprecate MyNodeInfo fields: max_channels, message_timeout_msec, has_wifi, channel_utilization, and air_util_tx
2023-06-07 10:37:42 -05:00
Ben Meadors
99496e5778
Deprecated periods
2023-06-07 10:18:02 -05:00
Ben Meadors
55749d0b92
Update
2023-06-07 10:05:51 -05:00
Ben Meadors
8eca15acd0
Moar lite
2023-06-07 09:46:37 -05:00
Ben Meadors
407fb6d6a2
Move to deviceonly
2023-06-07 09:01:54 -05:00
Ben Meadors
110323e24c
PositionLite draft
2023-06-07 08:57:01 -05:00
Ben Meadors
d0ed6a87c4
Comment
2023-06-07 07:33:37 -05:00
Ben Meadors
4531dd779d
Deprecate min_app_version
2023-06-07 07:27:24 -05:00
Ben Meadors
b04abada37
Deprecate has_wifi
2023-06-07 07:26:43 -05:00
Ben Meadors
dc691a1c45
Also deprecate max_channels
2023-06-07 07:02:35 -05:00
Ben Meadors
f746cd8add
Deprecate user.macaddr
2023-06-07 11:39:17 +02:00
Ben Meadors
c7f6576708
Deprecate user.macaddr
2023-06-06 19:36:57 -05:00
Ben Meadors
8d17bb2452
Merge pull request #353 from meshtastic/neighborinfo
...
make NeighborInfo switchable
2023-06-01 06:00:28 -05:00
Thomas Göttgens
659004c470
add more plumbing
2023-05-31 12:15:41 +02:00
Thomas Göttgens
b48ecf810e
make NeighborInfo switchable
...
also update trunk
2023-05-31 12:07:16 +02:00
Ben Meadors
1a8f80d7fe
Merge pull request #352 from meshtastic/serial
...
Override console serial port
2023-05-28 09:02:38 -05:00
Ben Meadors
89c6e35ed0
Override console serial port
2023-05-28 07:40:39 -05:00
Ben Meadors
5d7ba308d1
Merge pull request #351 from GUVWAF/hw_models
...
Add HW models for RPi Pico (W) and RAK11310
2023-05-28 07:34:20 -05:00
GUVWAF
8f36bdb628
Move RAK11310 to <32 and merge RPi Pico (W)
2023-05-28 14:18:05 +02:00
GUVWAF
95719b73bd
Add HW models for RPi Pico (W) and RAK11310
2023-05-28 14:09:22 +02:00
Ben Meadors
869390e362
Merge pull request #350 from meshtastic/caltopo
2023-05-27 17:45:32 -05:00
Ben Meadors
462170c509
Caltopo
2023-05-27 05:54:16 -05:00
Ben Meadors
4386f8b101
Merge pull request #349 from meshtastic/ina-addr
...
INA i2c address for device battery measurement
2023-05-26 19:38:06 -05:00
Ben Meadors
2164b7dcaa
Words
2023-05-26 17:25:33 -05:00
Ben Meadors
649ca85256
Device battery INA address
2023-05-26 17:25:11 -05:00
Ben Meadors
d7327c3de2
Merge pull request #348 from meshtastic/union-remote-hardware-pins
...
Extend node_remote_hardware_pins to 16
2023-05-22 20:12:56 -05:00
Ben Meadors
282666d9a1
Extend node_remote_hardware_pins to 16
2023-05-22 07:52:21 -05:00
Ben Meadors
d1cd0ee1bb
Merge pull request #347 from meshtastic/format
...
Format
2023-05-21 07:40:49 -05:00
Sacha Weatherstone
25c319a898
Trunk format
2023-05-20 19:29:34 +10:00
Sacha Weatherstone
4195c6881e
Update CI & recommended extensions
2023-05-20 19:26:06 +10:00
Ben Meadors
6a94e6a77f
Plural got me again
2023-05-16 21:39:19 +02:00
Ben Meadors
780ee20dbe
Import and options
2023-05-16 21:39:19 +02:00
Ben Meadors
4035748a37
Admin message for remote hardware pins
2023-05-16 21:39:19 +02:00
Ben Meadors
30e8392c97
Merge pull request #345 from meshtastic/thebentern-patch-1
...
Fix options goof
2023-05-16 07:01:17 -05:00
Ben Meadors
71a5e58ff8
Fix options goof
2023-05-16 06:35:15 -05:00
Ben Meadors
bdd58660c4
Merge pull request #344 from meshtastic/remote-hardware
...
Remote hardware pin advertisement
2023-05-15 15:34:19 -05:00
Ben Meadors
139f3f0ed0
We can rebuild him
2023-05-15 15:12:41 -05:00
Ben Meadors
1b3976d221
Size 8, hon
2023-05-15 14:57:43 -05:00
Ben Meadors
f2d68f11ee
Singular and ready to mingular?
2023-05-15 14:53:28 -05:00
Ben Meadors
7801f67ffd
DeviceState
2023-05-15 14:43:05 -05:00
Ben Meadors
a6bd218c85
Move options
2023-05-15 14:41:34 -05:00
Ben Meadors
63ae4f243f
Derp
2023-05-15 14:17:25 -05:00
Ben Meadors
284f96a075
Tweaks
2023-05-15 14:00:29 -05:00
Ben Meadors
3970d1c543
Move to module_config
2023-05-15 13:27:29 -05:00
Ben Meadors
d4fb42818b
Semi
2023-05-15 13:17:15 -05:00
Ben Meadors
b282f89791
Remove remote hardware pins from metadata
2023-05-15 13:09:42 -05:00
Ben Meadors
47892ff9c4
Add to device metadata and remote hardware config
2023-05-15 10:54:52 -05:00
Ben Meadors
5a6fd96e48
Rename
2023-05-15 08:09:52 -05:00
Ben Meadors
05139e0db1
Added remote hardware pins plumbing
2023-05-15 08:03:42 -05:00
Ben Meadors
345b3bf103
Merge pull request #343 from meshtastic/nincompoop-mode
...
Managed device mode
2023-05-12 08:30:26 -05:00
Ben Meadors
9d66e84d9a
Plural
2023-05-12 08:29:23 -05:00
Ben Meadors
802f3f45bf
Managed device mode
2023-05-12 08:00:13 -05:00
Ben Meadors
e84f0cc7ca
Add waypoint to device state for display on screen
2023-05-01 16:36:06 +02:00
Ben Meadors
ef2bc66bba
Merge pull request #341 from uhuruhashimoto/master
...
Graph Neighbor Packets
2023-04-17 15:40:50 -05:00
uhuruhashimoto
890190585a
a space
2023-04-14 17:35:54 -04:00
uhuruhashimoto
f6d15a195e
removed tx and rx time and nodedb changes
2023-04-14 17:33:21 -04:00
Uhuru Hashimoto
09f301c294
Merge pull request #2 from uhuruhashimoto/neighborinfo_module
...
Neighborinfo module
2023-04-11 11:08:29 -04:00
uhuruhashimoto
2b0cd26071
changes to nodeDB size and a comment
2023-04-11 10:30:50 -04:00
uhuruhashimoto
49761b94a8
merge resolution
2023-04-10 23:00:29 -04:00
Ben Meadors
ee6f408bb3
Merge pull request #340 from meshtastic/clientonly
2023-04-08 11:10:38 -05:00
Ben Meadors
b71a0cc2ba
Unused
2023-04-08 08:58:08 -05:00
uhuruhashimoto
e8cfdab886
merge resolution
2023-04-08 09:57:37 -04:00
Ben Meadors
e710183a47
Let's just use string channel_url
2023-04-08 08:55:52 -05:00
Ben Meadors
19141cc0e1
Client only device profile
2023-04-08 08:18:36 -05:00
Thomas Göttgens
4768dea9b2
upgrade trunk to latest
2023-04-08 11:22:21 +02:00
Ben Meadors
5f00ad5691
Merge pull request #338 from meshtastic/issue-2380
...
support configurable topic root
2023-04-07 07:13:30 -05:00
Thomas Göttgens
ee46f58c1b
support configurable topic root https://github.com/meshtastic/firmware/issues/2380
2023-04-07 11:26:42 +02:00
andrekir
3e5ab67ff6
fix: update ChannelSettings field comments
2023-04-03 19:29:50 -03:00
Ben Meadors
641d7c3a46
Merge pull request #334 from meshtastic/mqtt_tls
...
Bool to enable tls on mqtt connection
2023-04-03 10:44:28 -05:00
Ben Meadors
96d0f0e238
Bool to enable tls on mqtt connection
2023-04-02 20:53:09 -05:00
Ben Meadors
ef83ba1d91
Merge pull request #333 from meshtastic/double_tap_as_button_press
...
Double tap as button press
2023-03-28 12:33:34 -05:00
Ben Meadors
18e4dc224c
Double tap as button press
2023-03-28 12:22:35 -05:00
Ben Meadors
2b55d8421b
Merge pull request #332 from meshtastic/thebentern-patch-1
...
Spelling fix
2023-03-26 15:24:01 -05:00
Ben Meadors
fcc45bee56
Spelling fix
2023-03-26 15:19:31 -05:00
Ben Meadors
8aa371de2d
Merge pull request #331 from meshtastic/get-smart
...
Smart broadcast... now dumber but more customizable
2023-03-26 14:35:20 -05:00
Ben Meadors
5ccc757f71
Smart broadcast... now dumber but more customizable
2023-03-26 14:08:44 -05:00
Thomas Göttgens
a73083db54
annotate
2023-03-25 14:10:40 +01:00
Sascha Bias
69a79fa5af
add channel to NodeInfo
2023-03-25 14:10:40 +01:00
Ben Meadors
9c9fe890ce
Merge pull request #329 from meshtastic/accelerometer-display
...
Display setting wake_on_tap_or_motion
2023-03-21 11:22:32 -05:00
Ben Meadors
72d82eed11
wake_on_tap_or_motion
2023-03-21 08:42:05 -05:00
uhuruhashimoto
4aaa9fd28e
moved nbrinfo into the mesh module
2023-03-06 15:08:24 -05:00
uhuruhashimoto
7f0c12f403
added last_sent_by_id field to neighborinfo protobuf
2023-03-05 22:42:20 -05:00
uhuruhashimoto
9181274d8a
added portnum for neighborinfo app
2023-03-05 22:40:34 -05:00
uhuruhashimoto
834db2e04a
node db changes in deviceonly
2023-03-05 22:38:14 -05:00
uhuruhashimoto
56d3b15ce8
nbrinfo protobuf
2023-03-05 22:35:03 -05:00