Update cubesatsim.ino

pull/153/head
alanbjohnston 4 years ago committed by GitHub
parent d92a1070a3
commit a6a70aa398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2259,7 +2259,7 @@ void loop1() {
// pwm_set_gpio_level(AUDIO_OUT_PIN, pwm_value);
// Serial.println("wav_position: ");
// Serial.println(wav_position);
*/
if (wav_position++ > BUFFER_SIZE) { // 300) {
wav_position = wav_position - BUFFER_SIZE;
// Serial.print("R");

Loading…
Cancel
Save

Powered by TurnKey Linux.