We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to use the example sketch with au915 configuration, the lmic_project_config.h is configured as follows.
// project-specific definitions //#define CFG_eu868 1 //#define CFG_us915 1 #define CFG_au915 1 //#define CFG_as923 1 // #define LMIC_COUNTRY_CODE LMIC_COUNTRY_CODE_JP /* for as923-JP */ //#define CFG_kr920 1 //#define CFG_in866 1 #define CFG_sx1276_radio 1 //#define LMIC_USE_INTERRUPTS
however in the in the ttn-abp.ino sketch I only see #if defined(CFG_eu868) and #elif defined(CFG_us915)
I believe ttn_abp.ino needs to be updated to read an apply the configuration of CFG_au915, could this be updated.
The text was updated successfully, but these errors were encountered:
Thanks.
grep -L CFG_au915 $(grep -l CFG_us915 examples/*/*.ino) showed the following files:
grep -L CFG_au915 $(grep -l CFG_us915 examples/*/*.ino)
I'll address this along with #550.
Sorry, something went wrong.
Fix #553: add CFG_au915, other region to ttn-abp example
e140cde
47bfead
terrillmoore
No branches or pull requests
I'm trying to use the example sketch with au915 configuration, the lmic_project_config.h is configured as follows.
however in the in the ttn-abp.ino sketch I only see #if defined(CFG_eu868) and #elif defined(CFG_us915)
I believe ttn_abp.ino needs to be updated to read an apply the configuration of CFG_au915, could this be updated.
The text was updated successfully, but these errors were encountered: