Hi everyone!
I am using a MKR1010 WiFi to control a dust sensor for a project.
The last time I edited the libraries (20th December) everything worked really well, the software was ok and I was able to test it for weeks.
Now I wanted to edit some lines but I can't even re-compile the very same code.
I get the following error code:
In file included from C:\Users\utente\Documents\Arduino\libraries\Nova_Fitness_Sds_dust_sensors_library\src/SdsDustSensor.h:30:0,
from C:\Users\utente\Documents\Arduino\sketch_dimo\sketch_dimo.ino:6:
C:\Users\utente\Documents\Arduino\libraries\Nova_Fitness_Sds_dust_sensors_library\src/SdsDustSensorResults.h:5:28: fatal error: SoftwareSerial.h: No such file or directory
#include <SoftwareSerial.h>
^
compilation terminated.
I searched online for this kind of error that looks to be related to that missing file, and it looks like it shouldn't be there for boards like the MKR1010 WiFi.
I'm sure I didn't change anything in the libraries in this period, I only completed the updates the IDE suggested.
How can I make everything work again and if that is the problem, bypass the SoftwareSerial library?
Thank you in advance.