Skip to content

Commit

Permalink
Update tagtype_db.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
atc1441 committed Apr 12, 2024
1 parent 925c87d commit 7a8773c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ void identifyTagInfo() {
0x12 - SSD (var1.6)
0x15 - SSD (2.9 lite)
0x19 - SSD (9.7)
0x0A - SSD (4.2)
0x0A - Have third color?
0x12 - 0x01 | (0x80 if it has a button)
0x13 - 0x80 | (0x10 if it has a LED) | (0x0C ?? ) | (0x01 if it has a button)
Expand All @@ -81,6 +82,7 @@ void identifyTagInfo() {
}

switch (controllerType) {
case 0x0A:
case 0x0F:
case 0x12:
case 0x15:
Expand Down

0 comments on commit 7a8773c

Please sign in to comment.