kopia lustrzana https://github.com/peterhinch/micropython-samples
buildpyb: Fix for user supplied frozen directory.
rodzic
6252f11fef
commit
123adeda98
|
@ -40,7 +40,7 @@ then
|
||||||
if make -j 8 BOARD=$BOARD FROZEN_MPY_DIR=$FROZEN_DIR && pyb_boot $MPDEVICE
|
if make -j 8 BOARD=$BOARD FROZEN_MPY_DIR=$FROZEN_DIR && pyb_boot $MPDEVICE
|
||||||
then
|
then
|
||||||
sleep 1
|
sleep 1
|
||||||
make BOARD=$BOARD deploy
|
make BOARD=$BOARD FROZEN_MPY_DIR=$FROZEN_DIR deploy
|
||||||
cd -
|
cd -
|
||||||
sleep 1
|
sleep 1
|
||||||
rshell
|
rshell
|
||||||
|
|
Ładowanie…
Reference in New Issue