Skip to content

Commit

Permalink
[adam] flush change. update config.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschak909 committed Oct 8, 2023
1 parent f1ee1fe commit 7fcee2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified data/webui/device_specific/BUILD_ADAM/autorun.ddp
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/bus/adamnet/adamnet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ void systemBus::_adamnet_process_cmd()
fnLedManager.set(eLed::LED_BUS, false);
}

wait_for_idle(); // to avoid failing edge case where device is connected but disabled.
fnUartBUS.flush_input();
wait_for_idle(); // to avoid failing edge case where device is connected but disabled.
}

void systemBus::_adamnet_process_queue()
Expand Down

0 comments on commit 7fcee2b

Please sign in to comment.