Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,12 @@ message Config {
* Check local law!
*/
ITU2_125CM = 37;

/*
* New Zealand 915MHz-928MHz
* Same band as ANZ, for use with the Short Fast modem preset
*/
NZ_915 = 38;
}

/*
Expand Down
4 changes: 2 additions & 2 deletions meshtastic/mesh.options
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@
# the 512-byte MAX_TO_FROM_RADIO_SIZE cap. nanopb sizes repeated enums unpacked
# (~2 bytes/element), so the flat groups + region_groups layout keeps cost additive
# rather than groups*regions. See bin/regen-protos.sh output for the actual size.
# region_groups capped at 38 = the number of RegionCode enum values, so it can
# region_groups capped at 39 = the number of RegionCode enum values, so it can
# never overflow regardless of how many regions gain a firmware table entry.
*LoRaRegionPresetMap.groups max_count:8
*LoRaRegionPresetMap.region_groups max_count:38
*LoRaRegionPresetMap.region_groups max_count:39
*LoRaPresetGroup.presets max_count:11
*LoRaRegionPresets.group_index int_size:8

Expand Down
Loading