Need to work on Getting the Missions running, There is currently an issue with the UDP Client sending to a bad IP
This commit is contained in:
12
Tello Drone/IConsoleLogger.cs
Normal file
12
Tello Drone/IConsoleLogger.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Tello_Drone
|
||||
{
|
||||
public interface IConsoleLogger
|
||||
{
|
||||
event Action<string> LogReceived;
|
||||
|
||||
void Log(string message);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user