I am on arduino-espressif32 framework, thus using HardwareSerial.
I don't get the library run on top of this, it's crashing in sds.begin() with a Guru Meditation error:
17:44:31.126 > [I][main.cpp:371] setup(): init fine-dust-sensor
17:44:31.132 > Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled.
17:44:31.334 > #0 0x400d9534:0x3ffd09a0 in SdsDustSensor::execute(Command const&) at .pio/libdeps/usb/Nova Fitness Sds dust sensors library/src/SdsDustSensor.h:165
17:44:31.334 > Rebooting...
I am on arduino-espressif32 framework, thus using HardwareSerial. I don't get the library run on top of this, it's crashing in sds.begin() with a Guru Meditation error:
My serial initialization code is:
Any hints or suggestions what's wrong here?