Closed sakluk closed 1 year ago
I have now tested it on my local Linux environment. Works.
@sakluk You closed the PR before I had a chance to merge it. You should re-open this, and the next one, otherwise, I can't make it part of the workflow.
Actually, what would be even better is, if you created a new PR, where you have addes both your changes. In a single PR.
@v923z sorry for the mesh. I'm learning how to use git.
I realized that I tried to pull request before I had tested in my own branch. Now I'm learning how to test the system in my fork. When I tried to create a pull request against master in my fork, I got error message the new pico_w.sh script was not found. I'm looking a way to fix that problem...
Based on discussion on: https://github.com/v923z/micropython-builder/issues/5 I created a pull request for Raspberry Pi Pico W board.
Not tested, but guess that only thing to modify compared to pico.sh is the port parameter:
build_rp2 "PICO"
=>build_rp2 "PICO_W"