[FL-1505] Add RAW format (#576)
* Add RAW format * F5 stubs for build to pass * Fix saving decoded signal error * Irda: set ISR before starting timer, remove explicit NVIC configuration Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#include "furi/check.h"
|
||||
#include <unordered_map>
|
||||
#include "irda-app-file-parser.hpp"
|
||||
#include "irda-app-transceiver.hpp"
|
||||
|
||||
|
||||
class IrdaAppBruteForce {
|
||||
@@ -26,7 +25,7 @@ class IrdaAppBruteForce {
|
||||
public:
|
||||
bool calculate_messages();
|
||||
void stop_bruteforce();
|
||||
bool send_next_bruteforce(const IrdaAppSignalTransceiver& receiver);
|
||||
bool send_next_bruteforce();
|
||||
bool start_bruteforce(int index, int& record_amount);
|
||||
void add_record(int index, const char* name);
|
||||
|
||||
|
Reference in New Issue
Block a user