-
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
Building example sketches failed (PlatformIO) #82
Comments
Hi @ade21 I'm facing the same problem trying to build the sketch. Did you get it to work on your end? Regards, |
Can you try the (compile) fixed version from my PR #83? Use lib_deps =
https://github.com/maxgerhardt/ESP32_LoRaWAN/archive/refs/heads/master.zip in the |
Hi @maxgerhardt, I was facing the same errors with rtc-board.c, your PR fixed them. But I'm with similar problems, following errors: I'm trying to use FreeRTOS with core 0 (BLE Task) and core 1 (LoRa OTAA Task). Would you know how to help me? Best regards, |
I think that's a loosing game, depending on what code you have compiled it will shift the object files in the memory space and then suddenly other I've updated my fork with a few more fixes, so if you delete the Heltec just needs to republish this library but compiled with |
Thank you @maxgerhardt Almost all errors with call8 gone away. My code still don't work but i think thats not library/Platformio problems. Best regards, |
Hi there,
I am trying to build this example in a new PlatformIO project for my Hellten Wireless Stick:
https://github.com/HelTecAutomation/ESP32_LoRaWAN/blob/master/examples/OTAA/OTAA.ino
I am getting the following error:
Seems like this is a known issue in the Heltec forums:
http://community.heltec.cn/t/error-compiling-example-esp32-v2/10327
Can anybody help me out here?
Cheers
Andre
The text was updated successfully, but these errors were encountered: