Skip to content

Commit

Permalink
put QR code to eink display at end of mfg
Browse files Browse the repository at this point in the history
  • Loading branch information
rtertiaer committed May 22, 2024
1 parent 9f87c02 commit 2612e59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* API
* Fix: Zones playing audio on source used for announcement are not muted while announcement is playing
* Log firmware version for main and expansion units
* Manufacturing
* Display a QR code to the quickstart guide for initial unboxing

## 0.3.5
* Web App
Expand Down
3 changes: 3 additions & 0 deletions scripts/cleanup
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ if $user_host_set; then
ssh-keygen -f ~/.ssh/known_hosts -R $user_host
fi

echo -e "clearing & setting eink display to quickstart QR code"
ssh $user_host "/home/pi/amplipi-dev/scripts/show-delivery-message"

# shutdown amplipi
sleep 5
echo -e "\nLogging in to shutdown AmpliPi for shipping and remove any ssh keys"
Expand Down

0 comments on commit 2612e59

Please sign in to comment.