Skip to content

Commit

Permalink
Merge pull request #121: Issue_120: Change to version 1.2.2 of the DF…
Browse files Browse the repository at this point in the history
…MiniMp3 library
  • Loading branch information
boerge1 authored Oct 13, 2023
2 parents 6171d42 + 0ebaa73 commit 63678ad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Allgemeine Anleitungen zum Einrichten der IDE findet man hier [www.tonuino.de/TN
- Es müssen folgende Versionen der Libraries verwendet werden:
- jchristensen/JC_Button: 2.1.2
- miguelbalboa/MFRC522: 1.4.10
- makuna/DFPlayer Mini Mp3 by Makuna: 1.2.1
- makuna/DFPlayer Mini Mp3 by Makuna: 1.2.2
- adafruit/Adafruit NeoPixel: 1.11.0 (optional, nur bei Feature NEO_RING notwendig)


Expand All @@ -49,7 +49,8 @@ Die SD Karte (Ordner mp3 und advert) hat sich gegenüber der Version 3.1.2 geän

# Change Log

## Version 3.1.4 (08.10.2023)
## Version 3.1.4 (13.10.2023)
- [Issue 120](https://github.com/tonuino/TonUINO-TNG/issues/120): Change to version 1.2.2 of the DFMiniMp3 library
- [Issue 118](https://github.com/tonuino/TonUINO-TNG/issues/118): In modus pause_if_card_removed no shortcut is played

## Version 3.1.4 (03.10.2023)
Expand Down
2 changes: 1 addition & 1 deletion TonUINO-TNG.ino
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void setup()
LOG(init_log, s_error, F("TonUINO Version 3.1 - refactored by Boerge1\n"));
LOG(init_log, s_error, F("created by Thorsten Voß and licensed under GNU/GPL."));
LOG(init_log, s_error, F("Information and contribution at https://tonuino.de.\n"));
LOG(init_log, s_error, F("V3.1.4 08.10.23\n"));
LOG(init_log, s_error, F("V3.1.4 13.10.23 II\n"));

Tonuino::getTonuino().setup();
}
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
lib_deps =
jchristensen/JC_Button@^2.1.2
miguelbalboa/MFRC522@^1.4.10
makuna/DFPlayer Mini Mp3 by [email protected].1
makuna/DFPlayer Mini Mp3 by [email protected].2
adafruit/Adafruit NeoPixel@^1.11.0

build_flags =
Expand Down
1 change: 1 addition & 0 deletions src/tonuino.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ void Tonuino::setup() {

// DFPlayer Mini initialisieren
mp3.begin();
delay(2000);
mp3.setVolume();
mp3.setEq(static_cast<DfMp3_Eq>(settings.eq - 1));

Expand Down

0 comments on commit 63678ad

Please sign in to comment.