FT8CN/ft8cn/app/src/main/java/com/bg7yoz/ft8cn/flex/FlexMeterType.java

11 wiersze
167 B
Java

package com.bg7yoz.ft8cn.flex;
/**
* meter的常用类型
* @author BGY70Z
* @date 2023-03-20
*/
public enum FlexMeterType {
dBm,swr,Temperature,volt,other
}