Wykres commitów

103 Commity (mark-deprecated)

Autor SHA1 Wiadomość Data
Jonathan Bennett 1c28229e85 Mark configs as deprecated that are no longer used. 2025-07-22 14:20:05 -05:00
Jonathan Bennett 08fbd7b987 Whitespace fixes 2025-07-21 12:06:57 -05: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 d238157644 Deprecate GPS format 2025-07-20 06:43:57 -05:00
vidplace7 27537101a4 Add DIRECT_MSG_ONLY Buzzer mode 2025-07-12 21:37:57 -04:00
vidplace7 e253751637 Update bufbuild GitHub Actions 2025-07-12 19:46:12 -04: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
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 758115714f Added buzzer mode 2025-06-07 06:32:08 -05:00
Xavier horwood 0b815a6f93
Add Ipv6 Option (#692) 2025-05-27 18:37:07 +02:00
Thomas Göttgens 5a5ab103d2
add existing 128x64 screen setting to protos (#672) 2025-04-07 11:46:44 +02:00
Ben Meadors 228276744b
Merge pull request #658 from pdxlocations/patch-1
Update NTP Server Comments
2025-03-14 07:04:32 -05:00
Aleksey Vasilenko 327ddc8261 Cleanup formatting - trim excessive spaces, add missing newlines, etc. 2025-03-14 13:55:54 +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 edc3a7bab5 Add 12 hour clock device display config 2025-01-31 20:09:19 -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
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
Thomas Göttgens 619bd44654 add device ui to config roll 2024-10-24 14:36:57 +02:00
Ben Meadors e09bd361a4 Add rebroadcast mode to ignore non-standard portnum traffic 2024-10-21 05:05:25 -05:00
Thomas Göttgens 99280a1a1e
Update config.proto 2024-10-11 11:55:56 +02: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
Jonathan Bennett fce5ab584f Rename ok_to_mqtt and add config 2024-09-06 11:57:23 -05:00
Jonathan Bennett 17043d6f3a Make admin_key repeated max count 1, for future expansion 2024-08-25 21:55:51 -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
Jonathan Bennett 68b946291e Adds a blank config for fetching a remote admin session key 2024-08-19 14:38:11 -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 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
Ben Meadors eed2033cc3 Short turbo preset 2024-08-13 18:24:53 -05:00
Ben Meadors c4110a4422
Revert "LogRecord over serial enabled" 2024-07-30 14:24:43 -05:00
Ben Meadors 9902e65bf2
LogRecord over serial enabled 2024-07-30 07:07:18 -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 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
geeksville 97138a78dc PowerMon initial protobufs
for https://github.com/meshtastic/firmware/issues/4136
2024-06-21 15:07:20 -07:00
Ben Meadors ad08d08124
BLE Device Logging 2024-06-19 07:22:59 -05: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
Ben Meadors aa0413204f
Rebrand as heartbeat led and add more explicit description 2024-04-20 12:48:09 -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
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
Sacha Weatherstone e6b4c590e7 format 2024-03-30 13:31:28 +10:00
Garth Vander Houwen cd9dddb199
Update config.proto 2024-02-24 16:33:43 -08:00
Garth Vander Houwen c183973317
Update config.proto
Update proto comments
2024-02-24 11:19:17 -08:00
Jonathan Bennett 93c1b33f2f revert channel_precision 2024-02-21 18:58:23 -06:00