Skip to content

Commit

Permalink
turn off load_rp2040 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Nov 4, 2022
1 parent ac96d46 commit 53e13cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/scripts/04-install-services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if [ "$WORKER" == "1" ]; then
# systemd: add rp2040 chip load
cp /files/bash/load_rp2040.sh /usr/local/bin/load_rp2040.sh
sudo cp /files/system/systemd/load_rp2040.service $SYSTEMD_DIR
sudo systemctl enable load_rp2040.service
# sudo systemctl enable load_rp2040.service #TODO: enable when we start delivery of rp2040


fi
Expand Down

0 comments on commit 53e13cd

Please sign in to comment.