How to update compile date/time for each build?
Posted: Tue May 03, 2022 2:18 pm
esp_ota_get_partition_description() provides info of struct esp_app_desc_t where compile date and time can be retrieved.
I noticed that when a full build is made, the compile date/time is updated as expected. However, when a few sources are changed, and a new incremental build is done, the esp_app_desc_t's compile date/time remains unchanged.
How can compile date/time be reflected for each build regardless of a full or incremental one? Can it be done by touching some specific source files?
I noticed that when a full build is made, the compile date/time is updated as expected. However, when a few sources are changed, and a new incremental build is done, the esp_app_desc_t's compile date/time remains unchanged.
How can compile date/time be reflected for each build regardless of a full or incremental one? Can it be done by touching some specific source files?