diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-06-20 18:25:31 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-06-20 18:25:31 (GMT) |
| commit | b59a5b1d37c3ffca8cc700fad4eede2e9b830878 (patch) | |
| tree | 49d1c516fa646ce0123e4622bcf9abf22efb6562 /wasp/boards/simulator/test_smoke.py | |
| parent | e169dbf61a870b594bb9fe52f02fa1e002bf9373 (diff) | |
wasp: Manager: Rewrite the startup logic
Reduce the number of applications imported by the manager and alter
the way applications are initially registered to allow main.py
complete control over the initial applications (but only if it wants
it).
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/boards/simulator/test_smoke.py')
| -rw-r--r-- | wasp/boards/simulator/test_smoke.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/boards/simulator/test_smoke.py b/wasp/boards/simulator/test_smoke.py index e0afa30..3cb92b9 100644 --- a/wasp/boards/simulator/test_smoke.py +++ b/wasp/boards/simulator/test_smoke.py @@ -13,6 +13,7 @@ wasp.system.step = step wasp.watch.touch.press = wasp.watch.touch.i2c.sim.press wasp.watch.touch.swipe = wasp.watch.touch.i2c.sim.swipe +wasp.system.secondary_init() wasp.system.apps = {} for app in wasp.system.quick_ring + wasp.system.launcher_ring: wasp.system.apps[app.NAME] = app |
