Hi,
I'm trying to play with the new custom devices option in the new Beta. My long term goal is a custom firmware for the Pico with Kav-LCD support and the 4 missing pins in the standard Pico firmware. I must admit that I am not very skilled in VS Code/platformio/github and chances are that there is a mistake on my end...
So, I'm following elrals wiki (https://github.com/elral/MobiFlight-Connector/wiki/How-to-set-up-a-custom-device). I installed VS Code and the platformio extension and it seems to work. I created a fork of the MobiFlight-FirmwareSource repository and managed to clone it to my local computer using the Clone Git Projectfunction in platformio.
Next step according to the wiki is to type pio run in the terminal, which I did. The process seems to start and I got the following error message which is probably related to my local file structure but doesn't seem to be a showstopper:
git: '2023\Custom' is not a git command. See 'git --help'. *** Error 1
The process continues however for a while and occasionally announces
=== [SUCCESS] Took 2.81 seconds ===
Then, after a while, during
Processing mobiflight_raspberrypico (platform: https://github.com/maxgerhardt/platform-raspberrypi.git; board: pico; framework: arduino)
I get an error message:
VCSBaseException: VCS: Could not process command ['git', 'clone', '--recursive', 'https://github.com/earlephilhower/arduino-pico.git', 'C:\\Users\\kmpou\\.platformio\\.cache\\tmp\\pkg-installing-c9atnx7k']
My expectation was that after this process, there are new folders in /CustomDevices. The folder is empty however. I assume that is due to the error?