Skip to content

Commit

Permalink
Update OnlyKey.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
onlykey committed Oct 25, 2022
1 parent 7671d6f commit 1907b3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion OnlyKey/OnlyKey.ino
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@
//#define DEBUG //Enable Serial Monitor, debug firmware
#define STD_VERSION //Define for STD edition firmare, undefine for IN TRVL edition firmware
#define OK_Color //Define for hardware with color LED
//#define FACTORYKEYS2 // Attestation key and other keys encrypted using CHIP ID and RNG for unique per device
#define FACTORYKEYS2 // Attestation key and other keys encrypted using CHIP ID and RNG for unique per device
#ifndef STD_VERSION
#undef FACTORYKEYS2
#endif
/*************************************/
//Standard Libraries
/*************************************/
Expand Down

0 comments on commit 1907b3d

Please sign in to comment.