mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-06 15:29:18 +01:00
12 lines
142 B
Batchfile
12 lines
142 B
Batchfile
again:
|
|
|
|
again:
|
|
echo "Step 1"
|
|
setChannel 1 0
|
|
echo "Step 2"
|
|
delay_s 2
|
|
echo "Step 3"
|
|
setChannel 1 1
|
|
echo "Step 4"
|
|
delay_s 2
|
|
goto again |