Fehlermeldung beim Versuch Hochzuladen

Danke
Soeben nach Hause gekommen und gelesen👍
Werde es morgen neu versuchen
Danke für die Info😊

Dodo

@NoBl

Neu versucht
Mit ATmega328P
Rückantwort Hochladen Ok

Danach normal versucht und wieder Compilation error

In file included from C:\Program Files\TonUINO-TNG\src\tonuino.hpp:11:0,
from C:\Program Files\TonUINO-TNG\TonUINO-TNG.ino:1:
C:\Program Files\TonUINO-TNG\src\mp3.hpp:265:26: error: ‚maxTracksInFolder‘ was not declared in this scope
typedef queue<uint8_t, maxTracksInFolder> track_queue;
^~~~~~~~~~~~~~~~~
C:\Program Files\TonUINO-TNG\src\mp3.hpp:265:43: error: template argument 2 is invalid
typedef queue<uint8_t, maxTracksInFolder> track_queue;
^
C:\Program Files\TonUINO-TNG\src\mp3.hpp: In member function ‚uint8_t Mp3::getCurrentTrack()‘:
C:\Program Files\TonUINO-TNG\src\mp3.hpp:232:50: error: request for member ‚get‘ in ‚((Mp3*)this)->Mp3::q‘, which is of non-class type ‚Mp3::track_queue {aka int}‘
uint8_t getCurrentTrack() { return playing ? q.get(current_track) : 0; }
^~~
exit status 1

Compilation error: ‚maxTracksInFolder‘ was not declared in this scope