This commit is contained in:
Willy-JL
2023-07-13 20:08:56 +02:00
361 changed files with 14305 additions and 2100 deletions

View File

@@ -1,5 +1,5 @@
#pragma once
#include "subghz_txrx.h"
struct SubGhzTxRx {
@@ -26,4 +26,4 @@ struct SubGhzTxRx {
void* need_save_context;
bool debug_pin_state;
};
};