1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00

Revert TOTP changes

"Preload failed, invalid file"
This commit is contained in:
MX
2022-11-03 00:41:17 +03:00
parent 5ac2431cd1
commit 677de32026
40 changed files with 640 additions and 789 deletions

View File

@@ -9,7 +9,7 @@
#include "commands/timezone/timezone.h"
#include "commands/help/help.h"
static void totp_cli_print_unknown_command(const FuriString* unknown_command) {
static void totp_cli_print_unknown_command(FuriString* unknown_command) {
TOTP_CLI_PRINTF(
"Command \"%s\" is unknown. Use \"" TOTP_CLI_COMMAND_HELP
"\" command to get list of available commands.",