Add Polychrome firmware 2.08 to supported firmware list
This commit is contained in:
parent
2104c975be
commit
cb680508a5
2 changed files with 7 additions and 0 deletions
|
|
@ -29,6 +29,12 @@ PolychromeController::PolychromeController(i2c_smbus_interface* bus, polychrome_
|
|||
strcpy(device_name, "ASRock Polychrome FW 2.00");
|
||||
break;
|
||||
|
||||
case FIRMWARE_VER_2_PT_08:
|
||||
led_count = 1;
|
||||
asr_led = false;
|
||||
strcpy(device_name, "ASRock Polychrome FW 2.08");
|
||||
break;
|
||||
|
||||
case FIRMWARE_VER_2_PT_10:
|
||||
led_count = 1;
|
||||
asr_led = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue