Hi,
I am trying to build the everything example given in the unphone library(examples/everything · main · Hamish Cunningham / unPhoneLibrary · GitLab). I first ran into the issue where I could not download the dependency - me-no-dev/AsyncWebServer. I tried using the git url instead but that also failed. To fix this I used the following libraries instead:
which replaced the two libraries from me-no-dev. This got platformio to initialise successfully. I could now see the build option available in the platformio tasks section in VSCode.
When I try to build it however, I get an error saying In file included from .pio/libdeps/unphone9/Adafruit SPIFlash/src/Adafruit_SPIFlash.cpp:25: .pio/libdeps/unphone9/Adafruit SPIFlash/src/Adafruit_SPIFlash.h:32:10: fatal error: SdFat_Adafruit_Fork.h: No such file or directory
I have tried this on macos, windows and windows-wsl - all with platformio
+
docker solution through build.sh and build.ps1
For the docker logs: Possible Spam Detected - Pastebin.com
Are there any steps I missed when building, or posting this issue?
My solution to this problem was to download libraries9.zip (referenced in the unphonelibrary readme) and unzip it into “.pio/libdeps/unphone9” in the project directory.
Then after compiling the project again the dependencies were no longer missing.
No sure if it will help but my output of running pio pkg list for the “everything” project is linked here: https://pastebin.com/k5ahXiw9 (you can ignore the unphone7 dependencies I think)