Update rp2w.sh

This commit is contained in:
Zoltán Vörös 2024-01-16 20:55:21 +01:00 committed by GitHub
parent c3d1cbd7c2
commit 9a1d03d90d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
#!/bin/bash
export BOARD=PICO_W
export BOARD=RPI_PICO_W
export BUILD_DIR=$(pwd)
export MPY_DIR=$BUILD_DIR/micropython
export ULAB_DIR=$BUILD_DIR/../code