Merge pull request #213 from meshtastic/LORA-24

Add a frequency definition for the worldwide 2.4 GHz ISM Range
This commit is contained in:
Ben Meadors 2022-10-16 12:28:55 -05:00 committed by GitHub
commit c85caacf3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -462,6 +462,11 @@ message Config {
* Thailand
*/
TH = 12;
/*
* WLAN Band
*/
LORA_24 = 13;
}
/*