Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
karasevia committed Jul 16, 2023
1 parent 1e75210 commit f9d3091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eth_view_process.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ void ethernet_view_process_draw(EthViewProcess* process, Canvas* canvas) {
canvas_draw_line(canvas, x1, 19, x1 + 4, 19);
}
}
} else if(process->type == EthWorkerProcessReset) {
process->editing = 0;
}
}

Expand Down
1 change: 1 addition & 0 deletions eth_worker.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ int32_t eth_worker_task(void* context) {
}

furi_hal_spi_release(&furi_hal_spi_bus_handle_external);
furi_hal_power_disable_otg();
furi_hal_power_insomnia_exit();

return 0;
Expand Down

0 comments on commit f9d3091

Please sign in to comment.