diff --git a/README.md b/README.md index e444c47..e72427a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Ce jeu sérieux fait partie du projet open source [Blender-EduTech (Blender/UPBG ## Téléchargement -Les binaires (Game Engine Runtime) sont hébergés sur [apps.education.fr](https://nuage03.apps.education.fr/index.php/s/f5jELp5xifEM5Xx). +Les binaires (Game Engine Runtime) sont hébergés sur [phroy.org](http://www.phroy.org/cloud/index.php/s/6K2g6sPLAoK8rj5). ## Instructions et missions diff --git a/rp_cmd.py b/rp_cmd.py index 46d9581..27d106b 100644 --- a/rp_cmd.py +++ b/rp_cmd.py @@ -29,6 +29,7 @@ from rp_lib import * # Bibliothèque Ropy def commandes(): # Ecrire votre code ici ... + rp_jumeau('/dev/ttyACM1', 115200) rp_fin() # A garder