Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
karasevia committed Jul 10, 2023
1 parent 8d00470 commit 4a70e3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions finik_eth_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ void finit_eth_app_key_handler(FinikEthApp* app, InputKey key) {
view_port_update(app->view_port);
furi_delay_ms(150);
char str[] = "test string 0 with some parameters";
eth_worker_log(app->eth_worker, str);
evp_printf(app->eth_worker->init_process, "test promt %d %s", 112, "ivan");
ethernet_view_process_print(app->eth_worker->stat_process, str);
ethernet_view_process_print(
Expand Down

0 comments on commit 4a70e3c

Please sign in to comment.