...preparing release
This commit is contained in:
parent
29c851d4e2
commit
52d11d8d86
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue