Skip to content

Commit f9d3091

Browse files
committed
fix bugs
1 parent 1e75210 commit f9d3091

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

eth_view_process.c

+2
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ void ethernet_view_process_draw(EthViewProcess* process, Canvas* canvas) {
225225
canvas_draw_line(canvas, x1, 19, x1 + 4, 19);
226226
}
227227
}
228+
} else if(process->type == EthWorkerProcessReset) {
229+
process->editing = 0;
228230
}
229231
}
230232

eth_worker.c

+1
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ int32_t eth_worker_task(void* context) {
305305
}
306306

307307
furi_hal_spi_release(&furi_hal_spi_bus_handle_external);
308+
furi_hal_power_disable_otg();
308309
furi_hal_power_insomnia_exit();
309310

310311
return 0;

0 commit comments

Comments
 (0)