Update Payload_BME280_MPU6050_XS.ino short blink

pull/295/head
Alan Johnston 2 years ago committed by GitHub
parent 23200f766f
commit e198741d77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -150,7 +150,7 @@ void setup() {
void loop() { void loop() {
blink(150); blink(50);
if (Serial1.available() > 0) { if (Serial1.available() > 0) {
Serial.print("Received serial data!!!\n"); Serial.print("Received serial data!!!\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.