Merge pull request #524 from jpbarraca/Makibes-F68-refactor

HPlus: Change Makibes F68 device type
here
Andreas Shimokawa 2017-01-26 17:24:12 +01:00 committed by GitHub
commit 298e2a9955
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public enum DeviceType {
VIBRATISSIMO(20),
LIVEVIEW(30),
HPLUS(40),
MAKIBESF68(50),
MAKIBESF68(41),
TEST(1000);
private final int key;