mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Changes to Jooki command codes
This commit is contained in:
parent
be25db2804
commit
5c385e8f2f
1 changed files with 5 additions and 4 deletions
|
@ -67,7 +67,7 @@ jooki_figure_t jooks_figures[] = {
|
||||||
{0x01, 0x0C, "White Knight", "Figurine"},
|
{0x01, 0x0C, "White Knight", "Figurine"},
|
||||||
{0x01, 0x0D, "White Whale", "Figurine"},
|
{0x01, 0x0D, "White Whale", "Figurine"},
|
||||||
|
|
||||||
{0x02, 0x01, "Generic Flat", "Stone"},
|
{0x02, 0x00, "Generic Flat", "Stone"},
|
||||||
|
|
||||||
{0x03, 0x00, "record", "Sys"},
|
{0x03, 0x00, "record", "Sys"},
|
||||||
{0x03, 0x01, "factory_mode_on", "Sys"},
|
{0x03, 0x01, "factory_mode_on", "Sys"},
|
||||||
|
@ -77,9 +77,10 @@ jooki_figure_t jooks_figures[] = {
|
||||||
{0x03, 0x05, "toy_safe_on", "Sys"},
|
{0x03, 0x05, "toy_safe_on", "Sys"},
|
||||||
{0x03, 0x06, "toy_safe_off", "Sys"},
|
{0x03, 0x06, "toy_safe_off", "Sys"},
|
||||||
{0x03, 0x07, "wifi_on", "Sys"},
|
{0x03, 0x07, "wifi_on", "Sys"},
|
||||||
{0x03, 0x08, "bt_on", "Sys"},
|
{0x03, 0x08, "wifi_off", "Sys"},
|
||||||
{0x03, 0x0a, "bt_off", "Sys"},
|
{0x03, 0x09, "bt_on", "Sys"},
|
||||||
{0x03, 0x0b, "production_finished", "Sys"},
|
{0x03, 0x0A, "bt_off", "Sys"},
|
||||||
|
{0x03, 0x0B, "production_finished", "Sys"},
|
||||||
|
|
||||||
{0x04, 0x00, "test.0", "Test"},
|
{0x04, 0x00, "test.0", "Test"},
|
||||||
{0x04, 0x01, "test.1", "Test"},
|
{0x04, 0x01, "test.1", "Test"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue