From 52d11d8d8684bcc8cc0812c519d0ccc9fe05579e Mon Sep 17 00:00:00 2001 From: Wastl Kraus Date: Fri, 5 Sep 2025 12:20:01 +0200 Subject: [PATCH] ...preparing release --- examples/dshot300/dshot300.ino | 4 ++-- library.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/dshot300/dshot300.ino b/examples/dshot300/dshot300.ino index 0660332..21f68a8 100644 --- a/examples/dshot300/dshot300.ino +++ b/examples/dshot300/dshot300.ino @@ -111,7 +111,7 @@ void printMenu() USB_SERIAL.println("******************************************"); } -// Helper function to print command results +// Helper to print command results void printCommandResult(const dshot_result_t &result, const String &operation) { if (result.success) @@ -124,7 +124,7 @@ void printCommandResult(const dshot_result_t &result, const String &operation) } } -// Helper function to print telemetry results +// Helper to print telemetry results void printTelemetryResult(const dshot_telemetry_result_t &result) { if (result.success) diff --git a/library.properties b/library.properties index 5e9ba5a..0f27f35 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=DShotRMT -version=0.7.0 +version=0.7.1 author=derdoktor667 maintainer=derdoktor667 sentence=DShotRMT Library supporting all DShot Types and speeds. Tested with BlHeli_S.