Skip to content

Commit

Permalink
Merge branch 'main' of github.com:misko/spf
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Sep 14, 2024
2 parents 995dbe6 + 4f888b6 commit da5b899
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ reboot_plutos () {


export ROOT="../../../"
config=${ROOT}/spf/v5_configs/wall_array_v2_external_50p75.yaml
config=${ROOT}/spf/v5_configs/wall_array_v2_external_75.yaml

reboot_plutos
#reboot_plutos
sleep 3
python ${ROOT}/spf/grbl_radio_collection.py -c ${config} -r bounce -s /dev/ttyACM0 --dry-run --n-records 1

sleep 1

python ${ROOT}/spf/grbl_radio_collection.py -c ${config} -r rx_circle -s /dev/ttyACM0 --n-records 5000
sleep 1

python ${ROOT}/spf/grbl_radio_collection.py -c ${config} -r bounce -s /dev/ttyACM0 --dry-run --n-records 1

reboot_plutos
Expand Down

0 comments on commit da5b899

Please sign in to comment.