mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
Revert NFC FeliCa WIP PR (breaks more than adds)
This commit is contained in:
@@ -39,23 +39,13 @@
|
||||
|
||||
#include "rpc/rpc_app.h"
|
||||
|
||||
#include <m-list.h>
|
||||
#include <m-array.h>
|
||||
|
||||
ARRAY_DEF(FelicaAreaPath, FelicaArea*, M_PTR_OPLIST)
|
||||
ARRAY_DEF(MfClassicUserKeys, char*, M_PTR_OPLIST)
|
||||
ARRAY_DEF(MfClassicUserKeys, char*, M_PTR_OPLIST);
|
||||
|
||||
#define NFC_TEXT_STORE_SIZE 128
|
||||
#define NFC_APP_FOLDER ANY_PATH("nfc")
|
||||
|
||||
typedef struct {
|
||||
FelicaSystem* selected_system;
|
||||
|
||||
FelicaAreaPath_t selected_areas;
|
||||
|
||||
FelicaService* selected_service;
|
||||
} FelicaSelectState;
|
||||
|
||||
typedef enum {
|
||||
NfcRpcStateIdle,
|
||||
NfcRpcStateEmulating,
|
||||
@@ -75,7 +65,6 @@ struct Nfc {
|
||||
FuriString* text_box_store;
|
||||
uint8_t byte_input_store[6];
|
||||
MfClassicUserKeys_t mfc_key_strs; // Used in MFC key listing
|
||||
FelicaSelectState felica_select;
|
||||
|
||||
void* rpc_ctx;
|
||||
NfcRpcState rpc_state;
|
||||
|
||||
Reference in New Issue
Block a user