From c8566910f99862fcb5a2adcb893e557f7e52459c Mon Sep 17 00:00:00 2001 From: Michael DM Dryden Date: Tue, 25 Oct 2016 15:31:17 -0400 Subject: [PATCH] Remove handshake. --- DSTAT/src/main.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DSTAT/src/main.c b/DSTAT/src/main.c index 63c1741..887888d 100644 --- a/DSTAT/src/main.c +++ b/DSTAT/src/main.c @@ -100,14 +100,14 @@ int main(void){ settings_read_eeprom(); - // Wait for application connection - Get 'c', reply 'K', get 'k' - while(1){ - while(getchar() != 'c'); - putchar('#'); - while(getchar() != 'k'); - printf("\n\r"); - break; - } +// // Wait for application connection - Get 'c', reply 'K', get 'k' +// while(1){ +// while(getchar() != 'c'); +// putchar('#'); +// while(getchar() != 'k'); +// printf("\n\r"); +// break; +// } tcs_init(); shutter_init(); -- GitLab