Disable PWM and buttons overlays during testing

This commit is contained in:
j1nx 2024-02-10 10:35:13 +00:00
parent 91fcb4e1d6
commit 1c0833808d
2 changed files with 2 additions and 4 deletions

View File

@ -168,10 +168,10 @@ main() {
/usr/sbin/i2cset -a -y 1 0x04 101 30 i
else
echo "Assume revision-10 SJ-201 board"
dtoverlay sj201-rev10-pwm-fan-overlay
#dtoverlay sj201-rev10-pwm-fan-overlay
fi
echo "Configuring buttons"
dtoverlay sj201-buttons-overlay
#dtoverlay sj201-buttons-overlay
fi
if [[ ${detection_results[AIYVOICEBONNET]} == true ]] ; then

View File

@ -10,8 +10,6 @@ StandardError=null
ExecStart=/usr/bin/ovos-bus-server
Restart=always
StartLimitInterval=0
#CPUSchedulingPolicy=fifo
CPUSchedulingPriority=49
[Install]
WantedBy=multi-user.target