Dann kann ich dies auch vernachlässigen. Dies wird unter der Warnung in rot dargestellt.
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino: In function 'void setup()':
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:2293:19: error: 'INTERNAL2V048' was not declared in this scope
analogReference(INTERNAL2V048);
^~~~~~~~~~~~~
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:2293:19: note: suggested alternative: 'INTERNAL4V34'
analogReference(INTERNAL2V048);
^~~~~~~~~~~~~
INTERNAL4V34
In file included from C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.h:3:0,
from C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:2:
c:\Users\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h: In instantiation of 'uint16_t DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD, T_CHIP_VARIANT>::listenForReply(uint8_t) [with T_SERIAL_METHOD = SoftwareSerial; T_NOTIFICATION_METHOD = Mp3Notify; T_CHIP_VARIANT = Mp3ChipOriginal; uint16_t = unsigned int; uint8_t = unsigned char]':
c:\Users\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:223:27: required from 'void DFMiniMp3<T_SERIAL_METHOD, T_NOTIFICATION_METHOD, T_CHIP_VARIANT>::loop() [with T_SERIAL_METHOD = SoftwareSerial; T_NOTIFICATION_METHOD = Mp3Notify; T_CHIP_VARIANT = Mp3ChipOriginal]'
C:\Users\Desktop\ToniBox\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:625:16: required from here
c:\Users\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:598:62: error: no matching function for call to 'Mp3Notify::OnPlayFinished(DFMiniMp3<SoftwareSerial, Mp3Notify>&, DfMp3_PlaySources, uint16_t&)'
T_NOTIFICATION_METHOD::OnPlayFinished(*this, DfMp3_PlaySources_Usb, replyArg);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:112:17: note: candidate: static void Mp3Notify::OnPlayFinished(DfMp3_PlaySources, uint16_t)
static void OnPlayFinished(DfMp3_PlaySources source, uint16_t track)
^~~~~~~~~~~~~~
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:112:17: note: candidate expects 2 arguments, 3 provided
In file included from C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.h:3:0,
from C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:2:
c:\Users\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:603:62: error: no matching function for call to 'Mp3Notify::OnPlayFinished(DFMiniMp3<SoftwareSerial, Mp3Notify>&, DfMp3_PlaySources, uint16_t&)'
T_NOTIFICATION_METHOD::OnPlayFinished(*this, DfMp3_PlaySources_Sd, replyArg);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:112:17: note: candidate: static void Mp3Notify::OnPlayFinished(DfMp3_PlaySources, uint16_t)
static void OnPlayFinished(DfMp3_PlaySources source, uint16_t track)
^~~~~~~~~~~~~~
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:112:17: note: candidate expects 2 arguments, 3 provided
In file included from C:\Users\Desktop\ToniBox\TonUINO-Affenbox-2.13\Affenbox\Affenbox.h:3:0,
from C:\Users\Desktop\ToniBox\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:2:
c:\Users\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:607:62: error: no matching function for call to 'Mp3Notify::OnPlayFinished(DFMiniMp3<SoftwareSerial, Mp3Notify>&, DfMp3_PlaySources, uint16_t&)'
T_NOTIFICATION_METHOD::OnPlayFinished(*this, DfMp3_PlaySources_Flash, replyArg);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:112:17: note: candidate: static void Mp3Notify::OnPlayFinished(DfMp3_PlaySources, uint16_t)
static void OnPlayFinished(DfMp3_PlaySources source, uint16_t track)
^~~~~~~~~~~~~~
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:112:17: note: candidate expects 2 arguments, 3 provided
In file included from C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.h:3:0,
from C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:2:
c:\Users\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:612:66: error: no matching function for call to 'Mp3Notify::OnPlaySourceOnline(DFMiniMp3<SoftwareSerial, Mp3Notify>&, DfMp3_PlaySources)'
T_NOTIFICATION_METHOD::OnPlaySourceOnline(*this, static_cast<DfMp3_PlaySources>(replyArg));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:94:17: note: candidate: static void Mp3Notify::OnPlaySourceOnline(DfMp3_PlaySources)
static void OnPlaySourceOnline(DfMp3_PlaySources source)
^~~~~~~~~~~~~~~~~~
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:94:17: note: candidate expects 1 argument, 2 provided
In file included from C:\Users\Desktop\ToniBox\TonUINO-Affenbox-2.13\Affenbox\Affenbox.h:3:0,
from C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:2:
c:\Users\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:617:68: error: no matching function for call to 'Mp3Notify::OnPlaySourceInserted(DFMiniMp3<SoftwareSerial, Mp3Notify>&, DfMp3_PlaySources)'
T_NOTIFICATION_METHOD::OnPlaySourceInserted(*this, static_cast<DfMp3_PlaySources>(replyArg));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:100:17: note: candidate: static void Mp3Notify::OnPlaySourceInserted(DfMp3_PlaySources)
static void OnPlaySourceInserted(DfMp3_PlaySources source)
^~~~~~~~~~~~~~~~~~~~
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:100:17: note: candidate expects 1 argument, 2 provided
In file included from C:\Users\Desktop\ToniBox\TonUINO-Affenbox-2.13\Affenbox\Affenbox.h:3:0,
from C:\Users\Desktop\ToniBox\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:2:
c:\Users\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:622:67: error: no matching function for call to 'Mp3Notify::OnPlaySourceRemoved(DFMiniMp3<SoftwareSerial, Mp3Notify>&, DfMp3_PlaySources)'
T_NOTIFICATION_METHOD::OnPlaySourceRemoved(*this, static_cast<DfMp3_PlaySources>(replyArg));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:106:17: note: candidate: static void Mp3Notify::OnPlaySourceRemoved(DfMp3_PlaySources)
static void OnPlaySourceRemoved(DfMp3_PlaySources source)
^~~~~~~~~~~~~~~~~~~
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:106:17: note: candidate expects 1 argument, 2 provided
In file included from C:\Users\Desktop\ToniBox\TonUINO-Affenbox-2.13\Affenbox\Affenbox.h:3:0,
from C:\Users\Desktop\ToniBox\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:2:
c:\Users\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:626:55: error: no matching function for call to 'Mp3Notify::OnError(DFMiniMp3<SoftwareSerial, Mp3Notify>&, uint16_t&)'
T_NOTIFICATION_METHOD::OnError(*this, replyArg);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:7:17: note: candidate: static void Mp3Notify::OnError(uint16_t)
static void OnError(uint16_t errorCode)
^~~~~~~
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:7:17: note: candidate expects 1 argument, 2 provided
In file included from C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.h:3:0,
from C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:2:
c:\Users\Documents\Arduino\libraries\DFPlayer_Mini_Mp3_by_Makuna\src/DFMiniMp3.h:640:51: error: no matching function for call to 'Mp3Notify::OnError(DFMiniMp3<SoftwareSerial, Mp3Notify>&, uint16_t&)'
T_NOTIFICATION_METHOD::OnError(*this, replyArg);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:7:17: note: candidate: static void Mp3Notify::OnError(uint16_t)
static void OnError(uint16_t errorCode)
^~~~~~~
C:\Users\TonUINO-Affenbox-2.13\Affenbox\Affenbox.ino:7:17: note: candidate expects 1 argument, 2 provided
exit status 1
Compilation error: 'INTERNAL2V048' was not declared in this scope