Suota-Go-Plus icon indicating copy to clipboard operation
Suota-Go-Plus copied to clipboard

Can't Compile Firmware

Open jay8ee opened this issue 4 years ago • 3 comments

Hi there.

I cannot compile the custom firmware while following the instructions in the readme. I have tried the following:

  1. Made a copy of 'ble_app_peripheral' from the SDK
  2. Checked it compiled OK
  3. Replaced user_custs1_def.h and user_custs1_def.c with the ones from this repo
  4. Added user_extractor.h and user_extractor.c to the project
  5. Added the init_key() and init_blob() to the end of user_app_connection

I get a bunch of compile error because the rest of the ble_app reference constants there were in the original user_custs1_def.h

Am I meant to just comment out the places that refer to these now deleted constants?

Thanks.

jay8ee avatar Sep 22 '19 22:09 jay8ee