send-my icon indicating copy to clipboard operation
send-my copied to clipboard

Update to latest ESP IDF

Open MKesenheimer opened this issue 2 years ago • 0 comments

I had to add the line

target_compile_options(${COMPONENT_LIB} PRIVATE  -Wno-format)

to Firmware/ESP32/main/CMakeLists.txt in order to ignore compiler errors.

Furthermore, the macro portTICK_RATE_MS was replaced by portTICK_PERIOD_MS in Firmware/ESP32/main/openhaystack_main.c to comply with the latest version of ESP IDF.

MKesenheimer avatar Nov 13 '23 19:11 MKesenheimer