Added missing variable declaration.

This commit is contained in:
Nffj84
2025-03-28 20:42:21 +02:00
parent 5ab076368d
commit 1a189f1f1c
@@ -350,6 +350,7 @@ float AiEngineGimbalServerActions::degreesToRadians(float degrees)
void AiEngineGimbalServerActions::goToInitialOrientation(void)
{
// These camera commands should always be allowed
QByteArray tempCommand;
// Go to initial orientation
tempCommand = mUdpCommand->getCommand(UDP_COMMAND_ID::TURN_TO_DEGREES);