@@ -1,2 +1,2 @@
-https://github.com/xMasterX/all-the-plugins dev base_pack/totp 4558d74c9da36abc851edd96a95d18f7d5511a75
+https://github.com/xMasterX/all-the-plugins dev base_pack/totp d62ae7e4a951e348e43cb76e492173aedf4897ee
https://github.com/akopachov/flipper-zero_authenticator master totp b147fbb3e9055fa8e119f69d4e9e84c0740b9d4e
@@ -1,5 +1,6 @@
#include <stdbool.h>
#include <cli/cli.h>
+#include <cli/cli_ansi.h>
#include <lib/print/wrappers.h>
#include <lib/toolbox/args.h>
#include <memset_s.h>
@@ -1,6 +1,7 @@
#pragma once
#include "../types/plugin_state.h"
typedef struct TotpCliContext TotpCliContext;
#include <furi/core/string.h>
#include "cli_shared_methods.h"
#include "cli_helpers.h"
#include "../types/plugin_event.h"