makerawei
Results
2
comments of
makerawei
@abrender could you please help me to solve the error;)thanks a lot !
@jnthas thanks a lot;) I tested your commit, and for success building there should be a CMakeList.txt in PNGdec ```cmake_minimum_required(VERSION 3.15) if(ESP_PLATFORM) idf_component_register(INCLUDE_DIRS src) return() endif() project(PNGdec VERSION 1.0.1) add_subdirectory(src)...