Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Scan/UARTConnect/connect_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,10 @@ uint8_t Connect_receive_CableCheck( uint8_t byte, uint16_t *pending_bytes, uint8
}
}

if ( !Connect_master && Connect_cableOkMaster && Connect_id == 255 ){
Connect_send_IdRequest();
}

if ( Connect_debug )
{
dbug_msg("CABLECHECK RECEIVE - ");
Expand Down