...preparing release

This commit is contained in:
Wastl Kraus 2025-09-05 12:20:01 +02:00
parent 29c851d4e2
commit 52d11d8d86
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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.