diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee1b3deb..052aba1d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/scripts/cleanup b/scripts/cleanup index 6782d43cc..40d819fee 100755 --- a/scripts/cleanup +++ b/scripts/cleanup @@ -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"