Using as a component - problems
Posted: Fri May 05, 2017 5:55 pm
Having installed everything as per the instructions.
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 ?
Any ideas
Thanks
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 ?
Any ideas
Thanks