Trying to fix button issues in sbughz remote

This commit is contained in:
MX
2023-04-09 23:56:41 +03:00
parent d8378e6819
commit c2997bb1fc
3 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#include "custom_btn.h"
static uint8_t custom_btn_id;
static uint8_t custom_btn_original;
static uint8_t custom_btn_id = 0;
static uint8_t custom_btn_original = 0;
static uint8_t custom_btn_max_btns = 0;
void subghz_custom_btn_set(uint8_t b) {