Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekettenburg committed Mar 13, 2016
1 parent 0c2a0b0 commit c12dc1c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions cores/oak/OakParticle/particle_core.cpp
Expand Up @@ -1722,16 +1722,17 @@ bool handle_update_begin(msg& message)
deviceConfig->system_update_pending = 1;
writeDeviceConfig();
}
else if(deviceConfig->system_update_pending == 1){
set_oakboot_defaults(0);
deviceConfig->system_update_pending = 2;
writeDeviceConfig();
}
else{
}
//else if(deviceConfig->system_update_pending == 1){
// set_oakboot_defaults(0);
// deviceConfig->system_update_pending = 2;
// writeDeviceConfig();
//}
/*else{
reboot_to_fallback_updater();
}
}*/

}
// }

}
}
Expand Down
4 changes: 2 additions & 2 deletions cores/oak/OakParticle/particle_globals.h
Expand Up @@ -8,10 +8,10 @@

#define PRODUCT_ID 82
#define PLATFORM_ID 82
#define OAK_SYSTEM_VERSION_INTEGER 5
#define OAK_SYSTEM_VERSION_INTEGER 6
#define OAK_SYSTEM_VERSION_MAJOR 1
#define OAK_SYSTEM_VERSION_MINOR 0
#define OAK_SYSTEM_VERSION_RELEASE 2
#define OAK_SYSTEM_VERSION_RELEASE 0


typedef enum
Expand Down

0 comments on commit c12dc1c

Please sign in to comment.