Skip to content

Commit

Permalink
SUKU debugtext sync
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Jul 25, 2023
1 parent b7eeeaf commit fb36291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"name": "D51 Docker",
"color": "white",
"singleInstance": true,
"command": "podman run --privileged -it -v /dev:/dev -v /media:/media -v $PWD:/project -w /project/grid_make/gcc sukuwc/fw-tools:v1",
"command": "podman run --privileged -it -v /dev:/dev -v /media:/media -v $PWD:/project -w /project/grid_make/gcc sukuwc/fw-tools:v1 make nightly",
// make nightly
},
{
Expand Down
1 change: 1 addition & 0 deletions grid_make/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ int main(void)
if (grid_platform_rtc_get_elapsed_time(grid_msg_get_editor_heartbeat_lastrealtime(&grid_msg_state))>2000*MS_TO_US){ // 2 sec

printf("EDITOR timeout\r\n");
grid_port_debug_print_text("EDITOR timeout");

grid_sys_set_editor_connected_state(&grid_sys_state, 0);

Expand Down

0 comments on commit fb36291

Please sign in to comment.