Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Region - RU864 #19

Open
lightaprs opened this issue Aug 17, 2020 · 0 comments
Open

Missing Region - RU864 #19

lightaprs opened this issue Aug 17, 2020 · 0 comments

Comments

@lightaprs
Copy link

Hi,

Is there any plan to add RU864 to regions: https://github.com/LacunaSpace/basicmac/blob/master/lmic/region.h

Only following regions supported:

// public region codes - DO NOT CHANGE!
enum {
REGCODE_UNDEF = 0,
REGCODE_EU868 = 1,
REGCODE_AS923 = 2,
REGCODE_US915 = 3,
REGCODE_AU915 = 4,
REGCODE_CN470 = 5,
REGCODE_IN865 = 6,
};

But in the https://github.com/LacunaSpace/basicmac/blob/master/tools/pylora/loradefs.py file, RU864 is supported:

REGIONS = {
'EU868' : EU868,
'EU863' : EU868, # alias
'EU433' : EU433,
'US915' : US915,
'US902' : US915, # alias
'AU915' : AU915,
'CN470' : CN470,
'CN779' : CN779,
'AS923' : AS923,
'KR920' : KR920,
'IN865' : IN865,
'IL915' : IL915,
'RU864' : RU864,
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant