From 2cdfd0f484d4848005c22501e4e76b53ee2082fd Mon Sep 17 00:00:00 2001 From: Wastl Kraus Date: Wed, 30 Jul 2025 14:47:40 +0200 Subject: [PATCH] ...cosmetic --- examples/dshot300/dshot300.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/dshot300/dshot300.ino b/examples/dshot300/dshot300.ino index 281fd63..1753da0 100644 --- a/examples/dshot300/dshot300.ino +++ b/examples/dshot300/dshot300.ino @@ -46,7 +46,7 @@ void setup() USB_SERIAL.println("**********************"); USB_SERIAL.println("DShotRMT Demo started."); - USB_SERIAL.println("Enter a throttle value (48–2047):"); + USB_SERIAL.println("Enter a throttle value (48 – 2047):"); } // @@ -88,7 +88,7 @@ uint16_t readSerialThrottle() } USB_SERIAL.println("*********************************"); - USB_SERIAL.println("Enter a throttle value (48–2047):"); + USB_SERIAL.println("Enter a throttle value (48 – 2047):"); } return last_throttle;