liaison bluetooth entre gros robot -> panneau ou gros robot -> petit robot

Fork of liaison_Bluetooth by j d

Revision:
4:642635655630
Parent:
3:46a9b9c1e1c0
Child:
5:be0c602be047
--- a/LiaisonBluetooth.cpp	Wed Apr 11 15:03:52 2018 +0000
+++ b/LiaisonBluetooth.cpp	Wed Apr 11 15:10:53 2018 +0000
@@ -4,6 +4,7 @@
 if (action_robot_2) {
     char *score_char_array = convertir_int_en_4char(score_total);
     paquet_domotique_envoyer(0x30, 4, score_char_array);
+    delete []score_char_array;
 }
 */