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

No #if defined(CFG_au915) in example ttn-abp.ino #553

Closed
AusUser5 opened this issue Mar 5, 2020 · 1 comment
Closed

No #if defined(CFG_au915) in example ttn-abp.ino #553

AusUser5 opened this issue Mar 5, 2020 · 1 comment
Assignees
Projects

Comments

@AusUser5
Copy link

AusUser5 commented Mar 5, 2020

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.

@terrillmoore
Copy link
Member

Thanks.

grep -L CFG_au915 $(grep -l CFG_us915 examples/*/*.ino) showed the following files:

  • examples/raw/raw.ino
  • examples/ttn-abp/ttn-abp.ino

I'll address this along with #550.

V3.2.0 automation moved this from To do to Done May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
V3.2.0
  
Done
Development

No branches or pull requests

2 participants