martinberlin / cale-idf

CalEPD is an Epaper component driver for the ESP-IDF framework with GFX and font support, optional touch interface, compatible with ESP32 / S2 / S3 / C3
https://fasani.de
Apache License 2.0
274 stars 25 forks source link

Build error with IDF v4.2 #23

Closed jwulf closed 3 years ago

jwulf commented 3 years ago

Building with IDF v4.2, I get multiple instances of this error:

error: unknown type name 'esp_err_t'; did you mean '_stderr_r'
martinberlin commented 3 years ago

Sorry my fault. This was compiled with IDF version 4.3 (And I wrongly added 4.2 in the Readme) Can you please check if doing an update to 4.3 works for you?

martinberlin commented 3 years ago

Hi @jwulf, closing this since I didn't had any more feedback. I hope this solved the compiling issue otherwise feel free to reopen this.