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