mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
17 lines
281 B
Bash
17 lines
281 B
Bash
#!/bin/sh
|
|
#
|
|
# board specific defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
|
|
if [ $AUTOCNF = yes ]
|
|
then
|
|
# Disable safety switch by default
|
|
param set CBRK_IO_SAFETY 22027
|
|
|
|
fi
|
|
|
|
rgbled_ncp5623c -I -b 1 -a 0x39 start
|
|
|
|
#safety_button start
|