Explorar o código

Merge totp from https://github.com/xMasterX/all-the-plugins

Willy-JL hai 1 ano
pai
achega
6180c6eef5

+ 1 - 1
totp/.gitsubtree

@@ -1,2 +1,2 @@
-https://github.com/xMasterX/all-the-plugins dev base_pack/totp d62ae7e4a951e348e43cb76e492173aedf4897ee
+https://github.com/xMasterX/all-the-plugins dev base_pack/totp 6925308df62214abd3e19982444dc733cf098d92
 https://github.com/akopachov/flipper-zero_authenticator master totp b147fbb3e9055fa8e119f69d4e9e84c0740b9d4e

+ 1 - 1
totp/app_api_table_i.h

@@ -1,6 +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 - 1
totp/cli/cli.h

@@ -1,7 +1,7 @@
 #pragma once
 
 #include <cli/cli.h>
-#include <cli/cli_ansi.h>
+
 #include "../types/plugin_state.h"
 
 typedef struct TotpCliContext TotpCliContext;

+ 1 - 1
totp/cli/cli_plugin_interface.h

@@ -1,7 +1,7 @@
 #pragma once
 
 #include <cli/cli.h>
-#include <cli/cli_ansi.h>
+
 #include <furi/core/string.h>
 #include "../types/plugin_state.h"
 

+ 1 - 1
totp/cli/cli_shared_methods.c

@@ -1,6 +1,6 @@
 #include "cli_shared_methods.h"
 #include <cli/cli.h>
-#include <cli/cli_ansi.h>
+
 #include <lib/toolbox/args.h>
 #include "cli_helpers.h"
 #include "../types/plugin_event.h"