mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-09 05:49:09 -07:00
5 lines
171 B
C
5 lines
171 B
C
#pragma once
|
|
|
|
#define TOTP_CLI_COMMAND_TIMEZONE "timezone"
|
|
#define TOTP_CLI_COMMAND_TIMEZONE_ALT "tz"
|
|
#define TOTP_CLI_PLUGIN_TIMEZONE_FILE_NAME "totp_cli_timezone_plugin" |