From d983fef9e47106f6c2e55b6fcae219d99eb5ac60 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Sat, 5 Oct 2024 13:45:41 +0800 Subject: [PATCH] Add RegionCodes for Philippines Required by https://github.com/meshtastic/firmware/pull/4951 --- meshtastic/config.proto | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 0ad0b26e..54f1be73 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -802,6 +802,21 @@ message Config { * Singapore 923mhz */ SG_923 = 18; + + /* + * Philippines 433mhz + */ + PH_433 = 19; + + /* + * Philippines 868mhz + */ + PH_868 = 20; + + /* + * Philippines 915mhz + */ + PH_915 = 21; } /*