diff options
| author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-10-10 23:27:32 +0200 |
|---|---|---|
| committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2021-10-10 23:27:32 +0200 |
| commit | 76cd8292c5b80749ece1ab6558f3ed410a618f0d (patch) | |
| tree | aa5daeead7a51355b6e878d71d7be7d7800e7823 /NeoRuntime/builtin/strandtest | |
| parent | 72ad29efeb4709572e789a57aa94d00a0eaeb97d (diff) | |
| download | Luxcena-Neo-76cd8292c5b80749ece1ab6558f3ed410a618f0d.tar.gz Luxcena-Neo-76cd8292c5b80749ece1ab6558f3ed410a618f0d.zip | |
:hammer: Update some of the builtin scripts
Diffstat (limited to 'NeoRuntime/builtin/strandtest')
| -rw-r--r-- | NeoRuntime/builtin/strandtest/script.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NeoRuntime/builtin/strandtest/script.py b/NeoRuntime/builtin/strandtest/script.py index f7d013a..6d263ab 100644 --- a/NeoRuntime/builtin/strandtest/script.py +++ b/NeoRuntime/builtin/strandtest/script.py @@ -60,7 +60,7 @@ def theaterChaseRainbow(wait_ms=50): class Main(NeoBehaviour): - def onStart(self): + def on_start(self): # Do an endless loop with some default ixel test patterns while True: colorWipe(*(255, 0, 0)) # Red wipe |
