diff options
Diffstat (limited to 'sky')
-rw-r--r-- | sky/sky.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp index af60c7f494..a390197cc0 100644 --- a/sky/sky.cpp +++ b/sky/sky.cpp @@ -83,7 +83,8 @@ void SkyState::go() { _dump_file = stdout; initialise(); - intro(); + if (!_isDemo) + intro(); while (1) { delay(100); |