Skip to content

Commit

Permalink
0.1.1 switch over to LCM repository
Browse files Browse the repository at this point in the history
This is a one way ticket to start using the life-cycle-manager
repository
when it executes, it will set the ota-main routine to the latest LCM
version as long as the LCM version is higher than this one
(this is why I deleted an attempt with 0.2.0)
  • Loading branch information
HomeACcessoryKid committed Dec 23, 2018
1 parent 578d1d2 commit 95eed0e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void ota_task(void *arg) {
char keyname[KEYNAMELEN];

if (ota_boot()) printf("OTABOOT "); else printf("OTAMAIN ");
printf("VERSION: %s, compiled %s %s\n",OTAVERSION, __DATE__, __TIME__);
printf("VERSION: %s\n",OTAVERSION); //makes binary not reproducible for hash comparison

ota_init();

Expand Down

0 comments on commit 95eed0e

Please sign in to comment.