NRF24 plugins updates

Updates by Sil333033 with some changes, furi_hal speaker direct calls was removed and replaced with notification service to avoid bypassing of user set silent mode
This commit is contained in:
MX
2023-07-18 02:53:30 +03:00
parent e2028eb731
commit bb6d3cb796
7 changed files with 85 additions and 45 deletions

View File

@@ -26,6 +26,7 @@ typedef struct {
bool addr_err;
bool is_thread_running;
bool is_ducky_running;
bool is_nrf24_connected;
bool close_thread_please;
Storage* storage;
FuriThread* mjthread;