mirror of
				https://github.com/manuelbl/ttn-esp32.git
				synced 2025-10-31 18:50:33 +01:00 
			
		
		
		
	Merge branch 'pctj101-as_923' (fix configuration for additional regions/frequencies)
This commit is contained in:
		| @ -16,6 +16,12 @@ | ||||
| #define CFG_eu868 1 | ||||
| #elif defined(CONFIG_TTN_LORA_FREQ_US_915) | ||||
| #define CFG_us915 1 | ||||
| #elif defined(CONFIG_TTN_LORA_FREQ_AU_921) | ||||
| #define CFG_au921 1 | ||||
| #elif defined(CONFIG_TTN_LORA_FREQ_AS_923) | ||||
| #define CFG_as923 1 | ||||
| #elif defined(CONFIG_TTN_LORA_FREQ_IN_866) | ||||
| #define CFG_in866 1 | ||||
| #else | ||||
| #define TTN_IS_DISABLED 1 | ||||
| #define CFG_eu868 1 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user