DFPlayer not working with MobaTools
when remove MobaTools the player gets connect
#include <MobaTools.h>
#include <SoftwareSerial.h>
#include <DFRobotDFPlayerMini.h>
int serial1 = 11;
int serial2 = 10;
//HardwareSerial mySerial(2); // Use UART1 (Serial1 on ESP32)
SoftwareSerial mySerial(serial1, serial2); // RX, TX
DFRobotDFPlayerMini myDFPlayer;
void printDetail(uint8_t type, int value);
DFPlayer not working with MobaTools
when remove MobaTools the player gets connect
#include <MobaTools.h>
#include <SoftwareSerial.h>
#include <DFRobotDFPlayerMini.h>
int serial1 = 11;
int serial2 = 10;
//HardwareSerial mySerial(2); // Use UART1 (Serial1 on ESP32)
SoftwareSerial mySerial(serial1, serial2); // RX, TX
DFRobotDFPlayerMini myDFPlayer;
void printDetail(uint8_t type, int value);