From 49e52c47c174cf813a60844c69c4895adfd21c80 Mon Sep 17 00:00:00 2001 From: phroy Date: Mon, 7 Nov 2022 10:41:29 +0100 Subject: [PATCH] Readme update --- README.md | 2 +- rp_cmd.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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