SharpCAT/Library/Radios/Icom/ID4100a.cs

10 lines
217 B
C#
Raw Normal View History

using SharpCAT.Models;
namespace SharpCAT.Radios.Icom
{
2019-03-08 20:04:43 +01:00
internal class ID4100a : CIVRadio
{
2019-03-08 20:04:43 +01:00
private string OKFromRadio = "FEFEE09AFBFD";
private string NGFromRadio = "FEFEE09AFAFD";
}
2019-03-08 20:04:43 +01:00
}