diff --git a/main.c b/main.c index f51cc45..558e5f4 100644 --- a/main.c +++ b/main.c @@ -25,6 +25,7 @@ void setup(void){ void loop(void){ printf("Exemple\n"); - teleplot_udp_send_string("t:2"); + Teleplot_add_variable_int("t", 2); + Teleplot_envoie_tampon(); sleep_ms(1000); } \ No newline at end of file