-
Notifications
You must be signed in to change notification settings - Fork 21
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
Running BLE-Scanner in Platformio #23
Comments
Hi Ralf, a few more details would help? |
hi christian, here is the platformio.ini: [env:esp32dev] and her is what the compiler says: ;-------------------------------------------------------------------------------------------------------------------
|
Sorry for the late reply. I have no experience with plaffromio, but did you install the esp32 package? |
Hi @heinpuett - I ran into similar problems, but in the meantime I was able to compile the code on PlatformIO. Here is the workaround:
old:
new:
After these modifications the code compiled with the following platformio.ini file:
I hope this helps! |
hi there,
i have a problem compiling the sourcecode in platformio.
i think the issue is, that i cannot find the right the right libs.
im using a esp-cam module without cam. espressif-32s.
is there anybodey out there to solve my problem. i spend many hours yet, but i cannot compile it an get it running.
best regards ralf
The text was updated successfully, but these errors were encountered: