I try to get the shield working with an ESP32.
I have defined and connect the UART pins.
But when I run the DFRobot_SIM7000_ATtest example I get the following error:
C:\Users\M&N\Documents\Arduino\libraries\DFRobot_SIM\DFRobot_SIMcore.cpp:7:17: error: invalid conversion from 'Stream' to 'SoftwareSerial' [-fpermissive]
Hello everyone,
I try to get the shield working with an ESP32. I have defined and connect the UART pins. But when I run the DFRobot_SIM7000_ATtest example I get the following error:
C:\Users\M&N\Documents\Arduino\libraries\DFRobot_SIM\DFRobot_SIMcore.cpp:7:17: error: invalid conversion from 'Stream' to 'SoftwareSerial' [-fpermissive]
Can anyone help me to solve it?