Ran make menuconfig to switch to Arduino style.
Modifying a current example to run in Arduino style I am getting the error that
undefined reference to `setup()'
undefined reference to `loop()'
I have files with setup and loop in them as per the instructions in the main directory - have moved them all over, renamed them, reran clean and make and switched back and forward to ESPIDF style.
What I am doing wrong ?
![Smile :)](./images/smilies/icon_e_smile.gif)
Any ideas
Thanks