I tried to initialize intNumber as an array but that doesn't seem to work well with ulp variables.
Therefore I added the following line to CMakeLists.txt in order to be able to compile like in IDF v5.1.2
Code: Select all
idf_build_set_property(COMPILE_OPTIONS "-Wno-error=array-bounds=" APPEND)