Skip to content
Permalink
Browse files
1.0.0
  • Loading branch information
ekettenburg committed Mar 13, 2016
1 parent 0c2a0b0 commit c12dc1cad274b1487153b6e012aac52db100935b
Showing with 11 additions and 10 deletions.
  1. +9 −8 cores/oak/OakParticle/particle_core.cpp
  2. +2 −2 cores/oak/OakParticle/particle_globals.h
@@ -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();
}
}*/

}
// }

}
}
@@ -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

0 comments on commit c12dc1c

Please sign in to comment.