-
Notifications
You must be signed in to change notification settings - Fork 53
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
Problems to build V2 with Platformio #129
Comments
Espressif IDF is not used for this project. |
Yes, I have installed expressiv only as a plugin when there were without error messages.
I have now uninstalled everything and reinstalled VSCode and Platformio. The original problem is gone.
However, now I get the following error message:
Compiling .pio\build\esp32\lib908\Adafruit ST7735 and ST7789 Library\Adafruit_ST7789.cpp.o
Compiling .pio\build\esp32\lib908\Adafruit ST7735 and ST7789 Library\Adafruit_ST77xx.cpp.o
src/main.cpp: In function 'void playtask(void*)':
src/main.cpp:4389:51: error: void value not ignored as it ought to be
ini_block.shutdownx_pin);
^
Compiling .pio\build\esp32\lib2da\AsyncTCP\AsyncTCP.cpp.o
Compiling .pio\build\esp32\lib5dd\FS\FS.cpp.o
Compiling .pio\build\esp32\lib5dd\FS\vfs_api.cpp.o
*** [.pio\build\esp32\src\main.cpp.o] Error 1
================================================= [FAILED] Took 11.88 seconds =================================================
|
Yes, my fault. Please download the new versions of VS1053.cpp and VS1053.h from the lib/codecs directory. |
Hi, Best regards, |
Hi,
earlier I had already built the V1 with arduino. Now I would like to build the V2 with Platformio, because I use this already for my 3D Marlin firmware builds.
Here is what I have done: In "Visual Studio Code" installed the plugin "Espressif IDF v1.6.5". Then opened the file "ESP32-Radio.code-workspace".
Under Platformio I started the build process in the tree under esp32 -> General -> Build. I also tried before the build "full clean".
So far all config files are in original state as downloaded here.
Unfortunately I get the following error message:
Processing esp32 (platform: espressif32; board: esp32doit-devkit-v1; framework: arduino)
MissingPackageManifestError: Could not find one of 'package.json' manifest files in the package
What exactly would I need to do with this package.json do?
Is there a step by step guide for building with Platformio under Visual-Studio-Code?
Best regards,
Jochen
The text was updated successfully, but these errors were encountered: