-
-
Notifications
You must be signed in to change notification settings - Fork 652
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
Please add WiFi Kit 32 (V3) to board #1018
Comments
Platformio.ini
you net to have git installed . |
Thank you, now I'm one step further. .pio/libdeps/heltec_wifi_kit_32_V3/U8g2/src/U8x8lib.cpp:45:10: fatal error: SPI.h: No such file or directory
#include <SPI.h> |
Search and install in platformio for U8g2 under Libraries #define OLED_CLOCK 18 Please note im also a beginner ... but that might sort the problem out |
Hello Gabone0001, |
Did you copy the full code that i posted earlier including the links in platformio.ini ? |
ok, thanks to your tips I'm making good progress. Do you have another idea? |
This board won't be added until this issue is resolved espressif/arduino-esp32#7737 and a new release of ESP32 core is published. |
ok |
@blue0ceanby Were you ever able to resolve this? I am having the same issue where I receive the following error. Note U8g2 is installed .pio/libdeps/heltec_wifi_kit_32_V3/U8g2/src/U8x8lib.cpp:45:10: fatal error: SPI.h: No such file or directory
#include <SPI.h> |
Without posting the Platformio setup, no help possible. |
@Jason2866 > Without posting the Platformio setup, no help possible. Even better push the project to github and share the link. I've pushed to GH as you mentioned. https://github.com/Matty-hue/firstLight |
@Matty-hue Pin your platform. Without it is using what is currently installed. Probably an old one in your case This one, compiles successfully
|
@Jason2866 that worked! thank you |
Sorry I don't know how to add this board. If the post is wrong please delete it.
If possible please add the WiFi Kit 32 (V3) board.
https://heltec.org/project/wifi-kit-32-v3/
The version V2 delivers the error message when uploading:
"A fatal error occurred: This chip is ESP32-S3 not ESP32. Wrong --chip argument?"
The text was updated successfully, but these errors were encountered: