Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: debugBT.cpp
- Revision:
- 10:0714feaaaee1
- Parent:
- 5:34ed652f8c31
--- a/debugBT.cpp Thu Jul 30 19:43:16 2020 +0000
+++ b/debugBT.cpp Fri Sep 11 10:56:08 2020 +0000
@@ -36,6 +36,10 @@
StringToVitesse(cmd);
cmdType=0;
break;
+ case 3 : // Commande distance a parcourir
+ StringToDist(cmd);
+ cmdType=0;
+ break;
default : // Commande par défaut
cmdChoice(cmd);
}