When trying to compile using PlatformIO in VSCode I get:
error at line 312 of ESP32PWM.cpp:
"void value not ignored as it ought to be"
first there was two errors, the other one saying something similar to:
can not return a 'void' value to a 'bool' type value
but VSCode sugesteted I could turn on some error ignoring thingy and I pressed on that, althought I keep getting the other error.
When trying to compile using PlatformIO in VSCode I get:
error at line 312 of ESP32PWM.cpp: "void value not ignored as it ought to be"
first there was two errors, the other one saying something similar to: can not return a 'void' value to a 'bool' type value but VSCode sugesteted I could turn on some error ignoring thingy and I pressed on that, althought I keep getting the other error.
Sorry in advance for the terrible description.