From 6024b58c27e94b3c1a0d07e7e9f9ca2a165fcee4 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 27 Aug 2025 10:10:19 -0400 Subject: [PATCH] Update sensor_extension.c add \n --- sensor_extension.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensor_extension.c b/sensor_extension.c index b506cb78..a0494350 100644 --- a/sensor_extension.c +++ b/sensor_extension.c @@ -11,7 +11,7 @@ // put your setup code here void sensor_setup() { - printf("Starting new sensor!"); + printf("Starting new sensor!\n"); }