You've already forked ChameleonBLEAPI
mirror of
https://github.com/RfidResearchGroup/ChameleonBLEAPI.git
synced 2026-05-12 11:20:47 -07:00
11 lines
215 B
Java
11 lines
215 B
Java
package com.proxgrind.chameleon.defined;
|
|
|
|
public enum ChameleonType {
|
|
/*
|
|
* 变色龙有版本的区别,分别,G 和 V版本!
|
|
* 版本不同命令也不同!
|
|
* */
|
|
REVE,
|
|
REVG
|
|
}
|