From 33aca5efe8f9e6e161a3ae970cb7b5652a232c0a Mon Sep 17 00:00:00 2001 From: "IoTThinks.com" Date: Tue, 4 Jun 2024 15:03:36 +0700 Subject: [PATCH] Added AS923_2, AS923_3 and AS923_4 To add frequency plans AS923_2, AS923_3 and AS923_4. These plans are used by Asian countries such as Vietnam, Indonesia, Philippines... --- examples/LoRaWAN/LoRaWAN_Starter/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/LoRaWAN/LoRaWAN_Starter/config.h b/examples/LoRaWAN/LoRaWAN_Starter/config.h index d77b070c..a721a932 100644 --- a/examples/LoRaWAN/LoRaWAN_Starter/config.h +++ b/examples/LoRaWAN/LoRaWAN_Starter/config.h @@ -24,7 +24,7 @@ const uint32_t uplinkIntervalSeconds = 5UL * 60UL; // minutes x seconds // for the curious, the #ifndef blocks allow for automated testing &/or you can // put your EUI & keys in to your platformio.ini - see wiki for more tips -// regional choices: EU868, US915, AU915, AS923, IN865, KR920, CN780, CN500 +// regional choices: EU868, US915, AU915, AS923, AS923_2, AS923_3, AS923_4, IN865, KR920, CN780, CN500 const LoRaWANBand_t Region = EU868; const uint8_t subBand = 0; // For US915, change this to 2, otherwise leave on 0