proccessOutgoing uncommented
This commit is contained in:
Родитель
ca8790ff41
Коммит
5888a7bc50
|
@ -50,7 +50,7 @@ void loop()
|
|||
processIncomingSerial();
|
||||
|
||||
// Process and send data to Excel via serial port (Data Streamer)
|
||||
// processOutgoingSerial();
|
||||
processOutgoingSerial();
|
||||
|
||||
if ( strcmp ("Apple", arr[0]) == 0){ // Compares STR1 to STR2 returns 0 if true.
|
||||
Serial.println("working");
|
||||
|
|
Загрузка…
Ссылка в новой задаче