Example: during OTA I want to extract the version code from the new bin directly.
Code: Select all
#define VERSION_CODE 1
//example location 0 of the user_app.bin where VERSION_CODE was compiled to
uint8_t versionCode = userAppBin[0];
Code: Select all
#define VERSION_CODE 1
//example location 0 of the user_app.bin where VERSION_CODE was compiled to
uint8_t versionCode = userAppBin[0];
Users browsing this forum: Bing [Bot] and 94 guests