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.