You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did this by adding a shell script to contrab. In cron I also made it to where if Chiaki exits, it restarts it. I did this because this PI is only used for chiaki. Here is the script
#! /bin/sh
echo "Starting Chiaki"
cd /home/pi/
./chiaki-rpi/build/rpi/chiaki-rpi
Bonus
I also added a cron job that automatically pairs my controller on boot.
Hi,
Is it possible to launch chiaki on boot in fullscreen?
The text was updated successfully, but these errors were encountered: