always send over Serial1

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

@ -124,7 +124,8 @@ void loop() {
char result = Serial1.read();
// Serial1.println(result);
// Serial1.println("OK");
}
{
// if (result == '?')
{
if (bmePresent) {

Loading…
Cancel
Save

Powered by TurnKey Linux.