This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/main/device_config.h b/main/device_config.h | |
| index b78e65f0..f0182600 100644 | |
| --- a/main/device_config.h | |
| +++ b/main/device_config.h | |
| @@ -127,7 +127,7 @@ static const DeviceConfig default_configs[] = { | |
| { .board_version = "201", .family = FAMILY_ULTRA, .EMC2101 = true, .emc_internal_temp = true, .temp_offset = 5, .DS4432U = true, .INA260 = true, .plug_sense = true, .asic_enable = true, .power_consumption_target = 12, }, | |
| { .board_version = "202", .family = FAMILY_ULTRA, .EMC2101 = true, .emc_internal_temp = true, .temp_offset = 5, .DS4432U = true, .INA260 = true, .plug_sense = true, .asic_enable = true, .power_consumption_target = 12, }, | |
| { .board_version = "203", .family = FAMILY_ULTRA, .EMC2101 = true, .emc_internal_temp = true, .temp_offset = 5, .DS4432U = true, .INA260 = true, .plug_sense = true, .asic_enable = true, .power_consumption_target = 12, }, | |
| - { .b |