From c646128e1098201f4cb7cd9c3df23f61d08c3666 Mon Sep 17 00:00:00 2001 From: sallar Date: Tue, 2 Dec 2025 19:34:58 +0100 Subject: [PATCH] test for sending a value to a receiver in heavy (succeeded) --- test-pico-io/src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-pico-io/src/main.cpp b/test-pico-io/src/main.cpp index 32a7d52..49aa2c1 100644 --- a/test-pico-io/src/main.cpp +++ b/test-pico-io/src/main.cpp @@ -70,7 +70,8 @@ void setup() { while (100); } - delay(100); + delay(2000); + hv->sendFloatToReceiver(hv_string_to_hash("osc_freq_input"), 880); } void loop() {