You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the power_management task has a loop to check for frequency changes, but it doesn't look like do_frequency_transition() is valid for all different ASIC types. This should probably be a function pointer in ASIC_functions to the proper ASIC-specific function to transition the frequency.
It looks like the power_management task has a loop to check for frequency changes, but it doesn't look like
do_frequency_transition()
is valid for all different ASIC types. This should probably be a function pointer in ASIC_functions to the proper ASIC-specific function to transition the frequency.ESP-Miner/main/tasks/power_management_task.c
Lines 285 to 294 in e9b30ba
The text was updated successfully, but these errors were encountered: