madhephaestus / ESP32Servo

Arduino-compatible servo library for the ESP32
133 stars 53 forks source link

2 compile errors #57

Closed VenturaGZAAA closed 2 months ago

VenturaGZAAA commented 2 months ago

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.

VenturaGZAAA commented 2 months ago

abstractBoyd provided much better documentation on this issue.

madhephaestus commented 2 months ago

Duplicate