From dafd8cf2fdcdd637cc06f760d318cf8391b1a294 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Tue, 26 May 2020 15:48:15 +0100 Subject: fish --- stm32/app/ot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm32/app/ot.c b/stm32/app/ot.c index 944d174..ba2b7d9 100644 --- a/stm32/app/ot.c +++ b/stm32/app/ot.c @@ -360,7 +360,7 @@ static void ot_30s_ticker (void) uint8_t data[2]; uint8_t msg[4]; - printf ("Q send temp set points\r\n"); + printf ("Q ot ticker - push control flags and log data"); if (ot_override_ch) { data[0] = ot_override_ch; -- cgit v1.2.3