The project related to FOAT (Lesson 9) fails to build

I followed the instructions in Lesson 9, Exercise 5 of the FOAT course. However, I am unable to complete the build process. I was wondering if I might have missed a step or made a mistake during the setup.

Could you please help me identify what might be causing the issue? I would be happy to share the error messages or logs if needed. I attached the error and the Build configuration below.

Thank you in advance!

'BT_LE_ADV_CONN_FAST_2' undeclared (first use in this function); did you mean 'BT_LE_ADV_CONN_NAME_AD'?

Parents Reply
  • Thank you for your reply. Please find the screenshot attached. I also attached the project file, I was wondering if you could kindly check whether you’re able to build the project on your end. I’m able to successfully build all other samples on my PC using the same steps, except for the ones related to Lesson 9. It's so confusing.

    The sample file:

    l9_e5_1.zip

    The problem is actually the highlighted part in the main.c file. I replaced it with "BT_LE_ADV_CONN_NAME" then it had a successful build.

    Thank you

Children
Related