comment out write to serial

pull/294/head
Alan Johnston 2 years ago committed by GitHub
parent a7a58b757a
commit 5e627339b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -612,8 +612,6 @@ int main(int argc, char * argv[]) {
fprintf(stderr, "Python read Result: %s\n", cmdbuffer);
// serialPuts(uart_fd, cmdbuffer); // write INA data to Pico over serial
char test[] = "Hello\n";
serialPuts(uart_fd, test); // write data to Pico over serial
const char space[2] = " ";
token = strtok(cmdbuffer, space);

Loading…
Cancel
Save

Powered by TurnKey Linux.