Standard-Lautstärke 12 statt 3.

This commit is contained in:
Fabian Schlenz 2022-08-21 17:40:50 +02:00
parent 2908d23e60
commit aed9c416bf
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ void setup() {
Serial.println("Setup finished.");
audio.setVolume(3);
audio.setVolume(12);
audio.connecttospeech("Die Papabox ist nun einsatzbereit!", "de_DE");
}