Skip to content

Commit

Permalink
adding some default values in deviceconfig.h (#26624)
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-silabs authored and pull[bot] committed Oct 26, 2023
1 parent ec97021 commit 69a2ea0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ char spake2Verifier[] = "uWFwqugDNGiEck/po7KHwwMwwqZgN10XuyBajPGuyzUEV/ire
char genSpake2Path[] = "";
uint32_t productId = 32773;
uint32_t vendorId = 65521;
char productName[] = "";
char vendorName[] = "";
char hwVersionString[] = "";
char productName[] = "silabs_product";
char vendorName[] = "silabs_vendor";
char hwVersionString[] = "1.0";
uint32_t rotatingId;
uint32_t commissionableFlow = 1;
uint8_t rendezvousFlag = 2;
Expand Down
6 changes: 3 additions & 3 deletions examples/lighting-app/silabs/SiWx917/include/DeviceConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ char spake2Verifier[] = "uWFwqugDNGiEck/po7KHwwMwwqZgN10XuyBajPGuyzUEV/ire
char genSpake2Path[] = "";
uint32_t productId = 32773;
uint32_t vendorId = 65521;
char productName[] = "";
char vendorName[] = "";
char hwVersionString[] = "";
char productName[] = "silabs_product";
char vendorName[] = "silabs_vendor";
char hwVersionString[] = "1.0";
uint32_t rotatingId;
uint32_t commissionableFlow = 1;
uint8_t rendezvousFlag = 2;
Expand Down
6 changes: 3 additions & 3 deletions examples/lock-app/silabs/SiWx917/include/DeviceConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ char spake2Verifier[] = "uWFwqugDNGiEck/po7KHwwMwwqZgN10XuyBajPGuyzUEV/ire
char genSpake2Path[] = "";
uint32_t productId = 32773;
uint32_t vendorId = 65521;
char productName[] = "";
char vendorName[] = "";
char hwVersionString[] = "";
char productName[] = "silabs_product";
char vendorName[] = "silabs_vendor";
char hwVersionString[] = "1.0";
uint32_t rotatingId;
uint32_t commissionableFlow = 1;
uint8_t rendezvousFlag = 2;
Expand Down
6 changes: 3 additions & 3 deletions examples/window-app/silabs/SiWx917/include/DeviceConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ char spake2Verifier[] = "uWFwqugDNGiEck/po7KHwwMwwqZgN10XuyBajPGuyzUEV/ire
char genSpake2Path[] = "";
uint32_t productId = 32773;
uint32_t vendorId = 65521;
char productName[] = "";
char vendorName[] = "";
char hwVersionString[] = "";
char productName[] = "silabs_product";
char vendorName[] = "silabs_vendor";
char hwVersionString[] = "1.0";
uint32_t rotatingId;
uint32_t commissionableFlow = 1;
uint8_t rendezvousFlag = 2;
Expand Down

0 comments on commit 69a2ea0

Please sign in to comment.