Compare commits

..

No commits in common. "ca023db6feaae389f928eeac4d781bb8472ca6ae" and "d8986207bdee892105ffc96c06239aaed1dcfa76" have entirely different histories.

3 changed files with 1 additions and 3 deletions

View File

@ -55,7 +55,7 @@ jobs:
- name: Build firmware - name: Build firmware
run: | run: |
sudo ./build_raspberry_pi.sh ./build_raspberry_pi.sh
- name: Release build artifacts - name: Release build artifacts
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1

0
kiosk_skeleton/usr/bin/schedule-reboot Executable file → Normal file
View File

2
kiosk_skeleton/usr/bin/schedule-screen-timers Executable file → Normal file
View File

@ -41,8 +41,6 @@ Description=Turn screen ${action}
Type=oneshot Type=oneshot
Environment=DISPLAY=:0 Environment=DISPLAY=:0
ExecStart=/usr/bin/xset dpms force ${action} ExecStart=/usr/bin/xset dpms force ${action}
Environment=XAUTHORITY=/home/pi/.Xauthority
User=pi
EOF EOF
systemctl daemon-reload systemctl daemon-reload