From 24dcb62fdbec0cd2fae9162c5088af53eebce30c Mon Sep 17 00:00:00 2001 From: Gary Myers <91424433+GaryM0101@users.noreply.github.com> Date: Wed, 7 Aug 2024 07:48:18 -0700 Subject: [PATCH] docs: fix simulator main.py path (#482) Signed-off-by: GaryM0101 --- docs/appguide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/appguide.rst b/docs/appguide.rst index e9187bd..2530912 100644 --- a/docs/appguide.rst +++ b/docs/appguide.rst @@ -254,7 +254,7 @@ To launch the simulator: sh$ make sim PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=.:wasp/boards/simulator:wasp \\ - python3 -i wasp/main.py + python3 -i wasp/boards/simulator/main.py MOTOR: set on BACKLIGHT: 2 Watch is running, use Ctrl-C to stop @@ -280,8 +280,8 @@ by swiping or using the Arrow keys to bring up the launcher and then clicking on your application. The application can also be registered automatically when you load the -simulator if you add it to ``wasp/main.py``. Try adding lines 5 and 6 from -the above example into this file (between ``import wasp`` and +simulator if you add it to ``wasp/boards/simulator/main.py``. Try adding lines +5 and 6 from the above example into this file (between ``import wasp`` and ``wasp.system.run()``). The simulator accepts gestures such as up/down and left/right swipes but the