almost there
This commit is contained in:
8
Tello Drone/DroneConstants.cs
Normal file
8
Tello Drone/DroneConstants.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Tello_Drone
|
||||
{
|
||||
public class DroneConstants : IDroneConstants
|
||||
{
|
||||
public string DroneIPAddress { get; set; }
|
||||
public int DronePortNumber { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user