merge with notentered

This commit is contained in:
loki
2021-04-24 17:12:10 +02:00
6 changed files with 63 additions and 6 deletions
+2 -1
View File
@@ -77,7 +77,8 @@ namespace flag {
enum flag_e : std::size_t {
PIN_STDIN = 0, // Read PIN from stdin instead of http
FRESH_STATE, // Do not load or save state
FLAG_SIZE
FLAG_SIZE,
CONST_PIN= 4 // Use "universal" pin
};
}