flyandi / SquidRID

Drone/FAA RemoteID Penetration and Educational Test Tool
74 stars 18 forks source link

Compilation error: SoftwareSerial.h: No such file or directory #9

Closed Dopplerdave777 closed 1 year ago

Dopplerdave777 commented 1 year ago

I have tried several different versions of IDE and continue getting this error when compiling or uploading. I am also using an Sparkfun ESP32 board with the proper drivers and still getting this error.

zeromonad commented 1 year ago

Have you downloaded and installed the library? image

truglodite commented 1 year ago

I had the same issue when I was using an older version of Arduino than the recommended 2.0.9. To fix it, after installing 2.0.9, I had to rename my old hardware folder, then install the esp32 board manager. After that it compiles fine, no ESPSoftwareSerial libraries needed (actually no additional libraries were needed at all after this).

FWIW, I did try that ESPSoftwareSerial library with the older IDE version and it still didn't compile.

Dopplerdave777 commented 1 year ago

Have you downloaded and installed the library? image

Ahhhhh. That did the trick! Thank you!!