From f37ee6b8da0e0e1986b0f51e813d819fd79a62da Mon Sep 17 00:00:00 2001 From: Andrew Yong Date: Mon, 5 Feb 2024 12:38:27 +0800 Subject: [PATCH] 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. --- meshtastic/config.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 8db17a6..8853a10 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -735,6 +735,11 @@ message Config { * Malaysia 919mhz */ MY_919 = 17; + + /* + * Singapore 923mhz + */ + SG_923 = 18; } /*