...cosmetic

This commit is contained in:
Wastl Kraus 2025-07-30 14:47:40 +02:00
parent 11cc41f742
commit 2cdfd0f484
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ void setup()
USB_SERIAL.println("**********************"); USB_SERIAL.println("**********************");
USB_SERIAL.println("DShotRMT Demo started."); USB_SERIAL.println("DShotRMT Demo started.");
USB_SERIAL.println("Enter a throttle value (482047):"); USB_SERIAL.println("Enter a throttle value (48 2047):");
} }
// //
@ -88,7 +88,7 @@ uint16_t readSerialThrottle()
} }
USB_SERIAL.println("*********************************"); USB_SERIAL.println("*********************************");
USB_SERIAL.println("Enter a throttle value (482047):"); USB_SERIAL.println("Enter a throttle value (48 2047):");
} }
return last_throttle; return last_throttle;