-
Notifications
You must be signed in to change notification settings - Fork 46
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
error compiling #7
Comments
Hi i have the same problem |
Hi, I solve the problem with the new version of the library from https://github.com/things4u. |
Hi, wen i try to compile with new version i have thys problem: |
Google for DNSServer.h library and copy it at the arduino IDE library folder. |
Ok i made and now the compiling process go forward... |
Ok, try to download the new version of arduino IDE and install again the library. That was for my the solution |
my version of Arduino IDE is already the last (1.8.7) |
Hi, i have success with the LoraGateway :-) |
Google "nodo esp32 lorawan akirasan" |
Hi. I follow all the steps and when I try compiling the arduinio IDE say.
ESP-sc-gway:194:22: error: expected initializer before 'Interrupt_0'
ESP-sc-gway:195:22: error: expected initializer before 'Interrupt_1'
ESP-sc-gway:199:24: error: expected initializer before 'CreateMutux'
ESP-sc-gway:200:24: error: expected initializer before 'GetMutex'
ESP-sc-gway:201:24: error: expected initializer before 'ReleaseMutex'
_loraModem:1448:22: error: expected initializer before 'Interrupt_2'
C:\Users\JoséM\Documents\Arduino\ESP-sc-gway\ESP-sc-gway.ino: In function 'void setup()':
ESP-sc-gway:1317:30: error: 'Interrupt_0' was not declared in this scope
ESP-sc-gway:1323:30: error: 'Interrupt_0' was not declared in this scope
ESP-sc-gway:1324:30: error: 'Interrupt_1' was not declared in this scope
C:\Users\JoséM\Documents\Arduino\ESP-sc-gway_loraModem.ino: At global scope:
_loraModem:1423:22: error: expected initializer before 'Interrupt_0'
_loraModem:1440:22: error: expected initializer before 'Interrupt_1'
_loraModem:1448:22: error: expected initializer before 'Interrupt_2'
exit status 1
expected initializer before 'Interrupt_0'
The text was updated successfully, but these errors were encountered: