Skip to content

Commit

Permalink
arduino
Browse files Browse the repository at this point in the history
  • Loading branch information
cpalacior committed Oct 17, 2022
1 parent a8df7b6 commit 80af6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Union/Union.ino
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void loop(){
input_password1 += key; // append new character to input password string
}
}
}
}
Serial.println(String(input_password) + "|" + String(cm) + "|" + String(peso) + "|" + String(input_password1));

}
Expand Down

0 comments on commit 80af6aa

Please sign in to comment.