Fehlermeldung beim Versuch zu Compilieren

In file included from C:\Daten\Arduino-Projekt\TonUINO\TonUINO-TNG\src\tonuino.hpp:11:0,
                 from C:\Daten\Arduino-Projekt\TonUINO\TonUINO-TNG\TonUINO-TNG.ino:1:
C:\Daten\Arduino-Projekt\TonUINO\TonUINO-TNG\src\mp3.hpp:265:26: error: 'maxTracksInFolder' was not declared in this scope
   typedef queue<uint8_t, maxTracksInFolder> track_queue;
                          ^~~~~~~~~~~~~~~~~
C:\Daten\Arduino-Projekt\TonUINO\TonUINO-TNG\src\mp3.hpp:265:43: error: template argument 2 is invalid
   typedef queue<uint8_t, maxTracksInFolder> track_queue;
                                           ^
C:\Daten\Arduino-Projekt\TonUINO\TonUINO-TNG\src\mp3.hpp: In member function 'uint8_t Mp3::getCurrentTrack()':
C:\Daten\Arduino-Projekt\TonUINO\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

Bitte um Hilfe

Moin!
Für mich sieht das so aus, als wäre hier:
https://discourse.voss.earth/t/fehlermeldung-beim-upload-versuch/14338/18
schon einmal das selbe Problem behandelt worden.
Des Pudels Kern war da, die fehlende Anpassung der Datei constants.hpp.

1 „Gefällt mir“