Hi I am using a ttgo-t-watch-S3 and my IDE says compiling src/hardware/pmu.cpp:524:23: error: request for member 'clearIrqStatus' is ambiguous. I am seeing that in lilygolib.cpp you have that function but you also include a library that has a function with the same name. Maybe you have to delete one of the two functions.
Thanks
Hi I am using a ttgo-t-watch-S3 and my IDE says compiling
src/hardware/pmu.cpp:524:23: error: request for member 'clearIrqStatus' is ambiguous
. I am seeing that inlilygolib.cpp
you have that function but you also include a library that has a function with the same name. Maybe you have to delete one of the two functions. Thanks