From 9ccc49deaff04df724003b68b5ad1edd4aa9c91d Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Sat, 14 Jun 2025 10:29:43 +1000 Subject: [PATCH] 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 --- meshtastic/config.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 48b77f0..d587207 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -911,6 +911,11 @@ message Config { * Philippines 915mhz */ PH_915 = 21; + /* + * Australia / New Zealand 433MHz + */ + ANZ_433 = 22; + } /*