mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-02 10:13:52 +08:00
define new prime types
This commit is contained in:
@@ -9,8 +9,10 @@
|
||||
|
||||
enum PrimeType {
|
||||
NONE = 0,
|
||||
MAGENTA,
|
||||
LITE,
|
||||
MAGENTA = 1,
|
||||
LITE = 2,
|
||||
BLUE = 3,
|
||||
MAGENTA_NEW = 4,
|
||||
};
|
||||
|
||||
// pairing QR code
|
||||
|
||||
Reference in New Issue
Block a user