Proper TonUINO variant

Hello all,

I have not yet received all the parts for my TonUINO projet but I have already started to get acquainted with the software. I will be using a TonUINO set from AZ-Delivery.

I am wondering what exact main variant of TonUINO I should be using:

#define TonUINO_Classic
//#define TonUINO_Every
//#define TonUINO_Every_4808
//#define ALLinONE
//#define ALLinONE_Plus
//#define TonUINO_Esp32 100 // Esp32 Nano

Since I will be using an Arduino Nano v3 clone, I think that would be the TonUINO_Classic, would it not? I will probably have questions about the DFPlayer variant, but I have not received it yet.

Yes, the Classic variant is the right one. For the DFPlayer you have to look at the chip.

I just got the DFPlayer, it is is written MP3-TF-16P V3.0 on the board upper side and MH2024K-24SS / 240830 on the chip. That would mean this in constants.hpp I guess:

#define DFMiniMp3_T_CHIP_MH2024K24SS_MP3_TF_16P_V3_0
1 „Gefällt mir“

Yes.
But please note, this is a very slow player and you have to wait up to 2 seconds before the track starts.

1 „Gefällt mir“

Yes, I understood that too. At least it is a known variant that is supposed to be usable.