B001-V3 works with it now
This commit is contained in:
@@ -10,11 +10,12 @@
|
||||
#include "freertos/task.h"
|
||||
#include "freertos/queue.h"
|
||||
|
||||
#define NUM_RF_BUTTONS 4
|
||||
#define NUM_RF_BUTTONS 8
|
||||
|
||||
int64_t recieveKeycode();
|
||||
|
||||
void start_rf();
|
||||
esp_err_t rf_init();
|
||||
esp_err_t rf_stop();
|
||||
|
||||
void rf_set_keycode(uint8_t index, int64_t code);
|
||||
|
||||
@@ -23,4 +24,7 @@ int64_t rf_get_raw_keycode();
|
||||
|
||||
void rf_clear_queue();
|
||||
|
||||
void rf_learn_keycode(uint8_t index);
|
||||
void rf_cancel_learn_keycode();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user