Update cubesatsim.ino

pull/264/head
alanbjohnston 3 years ago committed by GitHub
parent f46715a8ae
commit 69ca808e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3767,7 +3767,7 @@ void config_gpio() {
Serial.print("Diode voltage (temperature): ");
Serial.println(analogRead(TEMPERATURE_PIN));
randomSeed(analogRead(TEMPERATURE_PIN);
randomSeed(analogRead(TEMPERATURE_PIN));
pinMode(AUDIO_IN_PIN, INPUT);
Serial.print("Audio In: ");

Loading…
Cancel
Save

Powered by TurnKey Linux.