Skip to content

Instantly share code, notes, and snippets.

View jayrmotta's full-sized avatar
🎯
Doing the right things right

Jayr Motta jayrmotta

🎯
Doing the right things right
View GitHub Profile
@jayrmotta
jayrmotta / enable-204-asic.patch
Last active March 14, 2026 21:32
LuckyMiner LV06 (board 204) patch to ESP-miner
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