[FL-1430] ApiHal: add regions and colors enums #597

This commit is contained in:
あく
2021-07-22 12:44:52 +03:00
committed by GitHub
parent ac8387e372
commit a81203941b
3 changed files with 22 additions and 6 deletions

View File

@@ -20,8 +20,9 @@ OTP_COLORS = {
}
OTP_REGIONS = {
"unknown": 0x00,
"europe": 0x01,
"usa": 0x02,
"eu_ru": 0x01,
"us_ca_au": 0x02,
"jp": 0x03,
}
BOARD_RESERVED = 0x0000