set payload to true if bme or mph present

pico-i2c
alanbjohnston 3 years ago committed by GitHub
parent 1cc6faf4a2
commit a648f8d4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2450,6 +2450,8 @@ void start_payload() {
mpuPresent = 1;
mpu6050.begin();
payload = bmePresent || mpuPresent;
long flag;
float xOffset;
float yOffset;

Loading…
Cancel
Save

Powered by TurnKey Linux.