-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* simple script * remove css that probably is AI added * fix typo that catch by gull, thx * Add script running state management and display status message * Update layout styles in Controller component for improved responsiveness --------- Co-authored-by: jLynx <[email protected]>
- Loading branch information
Showing
2 changed files
with
112 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
-- Mayhem script go to capture, set freq to 433.92 and capture | ||
-- This is Lua syntax but based on regex, so no Lua run time support yet | ||
write("appstart capture",true,true) | ||
write("setfreq 433920000",true,true) | ||
write("touch 7 57",true,true) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters