Hello Arduino forum,
Iam having trouble with my DFPlayers modules iam trying to use ESP32 Devkit V1 and DFplayer i have tried all sketches found on the internet (I even went on 16 page of google
) all the different types of connection and still nothing.
EDIT: Finaly i found solution.
 if (!myDFPlayer.begin(mySoftwareSerial, false)) { // <-- added False
  Serial.println(F("Unable to begin:"));
  Serial.println(F("1.Please recheck the connection!"));
  Serial.println(F("2.Please insert the SD card!"));
  while(true){
   delay(0); // Code to compatible with ESP8266 watch dog.
  }