Skip to content

Commit

Permalink
feat(Simcom-A7670C):
Browse files Browse the repository at this point in the history
Add fabric to Simcom-A7670C #1378
BoATE-910
  • Loading branch information
zt222 committed Feb 21, 2023
1 parent 1530abb commit 45bb655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/common/storage/persiststore.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ persiststore.c contains APIs for default persistent storage as a file.
#include "boatlog.h"

/* mbedTLS header include */
//#include "mbedtls/aes.h"
// #include "mbedtls/aes.h"

//!@brief Salt size for keystore
#define BOAT_STORAGE_SALT_SIZE 16
Expand All @@ -40,7 +40,7 @@ BUINT8 RAM_BOAT_NETWORK_DATA[5120] = {0};
BUINT8 RAM_BOAT_NETWORK_DATA[1024] = {0};
#endif

BUINT8 RAM_BOAT_PRIKEY_DATA[1024] = {0};
BUINT8 RAM_BOAT_PRIKEY_DATA[256] = {0};

// AES KEY FOR DEVELOPMENT ONLY. DO NOT USE IT FOR PRODUCTION.
// Either replace it with a production key or replace the persitent storage
Expand Down

0 comments on commit 45bb655

Please sign in to comment.