-
Notifications
You must be signed in to change notification settings - Fork 110
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
EU868 Compile Issue #19
Comments
I have resolved this by including the #defines here https://stackforce.github.io/LoRaMac-doc/group___r_e_g_i_o_n_e_u868.html and changing JOIN_CHANNELS to EU868_JOIN_CHANNELS This works for EU868 but is NOT a general solution |
This error comes from the definition of "JOIN_CHANNELS" at line 490 of LoRaMac-definition.h. 868MHz (line 490) 433MHz (line 142) 780MHz (line 361) |
Brilliant !! Thanks :) That is definitely the issue and your solution is much better than my bodge! |
I am trying to use OTAA_DHT11.ino on the Heltec Wireless Stick
In LoRaMac-definitions.h is the line ..
#define USE_BAND_915
If I compile everything (in the arduino compiler) it all works, and loads to the board correctly -- but of course on the wrong frequency for my region (915).
So I change this line to
#define USE_BAND_868
and re-compile, I get the following error ...
Can you help?
The text was updated successfully, but these errors were encountered: