RoboticsBrno / ServoESP32

⚙️ Generate RC servo signal on a selected pins with ESP32 device and Arduino framework.
MIT License
136 stars 32 forks source link

code doesn't load because already have a Servo library #28

Closed FurkanEfe29 closed 10 months ago

FurkanEfe29 commented 11 months ago

resim_2023-11-09_000320080

When you write it like "#include ", it conflicts with the other library, so ı can't load the code on my esp32.

JarekParal commented 11 months ago

@FurkanEfe29 Can you share more info about your Arduino IDE version, ServoESP32 version and how you install the ServoESP32 library to the IDE?

FurkanEfe29 commented 11 months ago

I'm using 2.2.1 version of arduino IDE and the last version of Servo Library (1.1.1 version). I install with library menu in the Arduino IDE.

JarekParal commented 10 months ago

Could you try to downgrade the ServoESP32 library to v1.0.3? This seems to be a temporary workaround. There is an issue #26 which probably caused your error.

FurkanEfe29 commented 10 months ago

Downgrading is worked. Now I can drive my servo motors at version 1.0.3. Thank you.