Last active
March 14, 2026 21:32
-
-
Save jayrmotta/c976b85e86ab239f42409cd73d8934ec to your computer and use it in GitHub Desktop.
LuckyMiner LV06 (board 204) patch to ESP-miner
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, }, | |
| - { .board_version = "204", .family = FAMILY_ULTRA, .EMC2101 = true, .emc_internal_temp = true, .temp_offset = 5, .DS4432U = true, .INA260 = true, .plug_sense = true, .power_consumption_target = 12, }, | |
| + { .board_version = "204", .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 = "205", .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 = "207", .family = FAMILY_ULTRA, .EMC2101 = true, .TPS546 = true, .power_consumption_target = 12, }, | |
| { .board_version = "302", .family = FAMILY_HEX, .EMC2302 = true, .TMP1075 = true, .temp_offset = 10, .TPS546 = true, .power_consumption_target = 40, }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment