mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2025-12-06 03:31:59 +01:00
10 lines
217 B
C#
10 lines
217 B
C#
using SharpCAT.Models;
|
|
|
|
namespace SharpCAT.Radios.Icom
|
|
{
|
|
internal class ID4100a : CIVRadio
|
|
{
|
|
private string OKFromRadio = "FEFEE09AFBFD";
|
|
private string NGFromRadio = "FEFEE09AFAFD";
|
|
}
|
|
} |