diff --git a/HERO/TimeLapse/10Seconds/autoexec.ash b/HERO/TimeLapse/10Seconds/autoexec.ash new file mode 100644 index 0000000..0bb0d9c --- /dev/null +++ b/HERO/TimeLapse/10Seconds/autoexec.ash @@ -0,0 +1,6 @@ +sleep 3 +t app key mode +sleep 2 +t app key record +sleep 2 +reboot yes diff --git a/HERO/TimeLapse/2Seconds/autoexec.ash b/HERO/TimeLapse/2Seconds/autoexec.ash deleted file mode 100644 index 040b2ba..0000000 --- a/HERO/TimeLapse/2Seconds/autoexec.ash +++ /dev/null @@ -1,5 +0,0 @@ -sleep 1 -t app modes photo -sleep 1 -t app msh msh -reboot yes diff --git a/HERO/TimeLapse/5Seconds/autoexec.ash b/HERO/TimeLapse/5Seconds/autoexec.ash new file mode 100644 index 0000000..3cb169e --- /dev/null +++ b/HERO/TimeLapse/5Seconds/autoexec.ash @@ -0,0 +1,5 @@ +t app key mode +sleep 1 +t app key record +sleep 1 +reboot yes