Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Feb 5, 2024
1 parent b31841c commit e042b73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,12 @@ const uint8_t OTA_KEY[32] = { 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, \
0x61, 0x20, 0x73, 0x69, 0x6d, 0x70, 0x6c, 0x65, \
0x74, 0x65, 0x73, 0x74, 0x20, 0x6b, 0x65, 0x79 };

//const uint8_t OTA_KEY[32] = {'0', '1', '2', '3', '4', '5', '6', '7', \
'8', '9', ' ', 't', 'h', 'i', 's', ' ', \
'a', ' ', 's', 'i', 'm', 'p', 'l', 'e', \
/*
const uint8_t OTA_KEY[32] = {'0', '1', '2', '3', '4', '5', '6', '7',
'8', '9', ' ', 't', 'h', 'i', 's', ' ',
'a', ' ', 's', 'i', 'm', 'p', 'l', 'e',
't', 'e', 's', 't', ' ', 'k', 'e', 'y' };
*/

//const uint8_t OTA_KEY[33] = "0123456789 this a simpletest key";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,12 @@ const uint8_t OTA_KEY[32] = { 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, \
0x61, 0x20, 0x73, 0x69, 0x6d, 0x70, 0x6c, 0x65, \
0x74, 0x65, 0x73, 0x74, 0x20, 0x6b, 0x65, 0x79 };

//const uint8_t OTA_KEY[32] = {'0', '1', '2', '3', '4', '5', '6', '7', \
'8', '9', ' ', 't', 'h', 'i', 's', ' ', \
'a', ' ', 's', 'i', 'm', 'p', 'l', 'e', \
't', 'e', 's', 't', ' ', 'k', 'e', 'y' };
/*
const uint8_t OTA_KEY[32] = {'0', '1', '2', '3', '4', '5', '6', '7',
'8', '9', ' ', 't', 'h', 'i', 's', ' ',
'a', ' ', 's', 'i', 'm', 'p', 'l', 'e',
't', 'e', 's', 't', ' ', 'k', 'e', 'y' };
*/

//const uint8_t OTA_KEY[33] = "0123456789 this a simpletest key";

Expand Down

0 comments on commit e042b73

Please sign in to comment.