improvements regarding the crash, added ability to load custom file

This commit is contained in:
Gabriel Cirlig
2025-03-08 11:09:18 +00:00
parent 4650f374b0
commit 46ba08a7c3
2 changed files with 202 additions and 67 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ extern "C" {
#define nrf24_TIMEOUT 500
#define nrf24_CE_PIN &gpio_ext_pb2
#define nrf24_HANDLE &furi_hal_spi_bus_handle_external
// FuriHalSpiBusHandle* nrf24_HANDLE = (FuriHalSpiBusHandle*) &furi_hal_spi_bus_handle_external;
#define nrf24_HANDLE (FuriHalSpiBusHandle*) &furi_hal_spi_bus_handle_external
void nrf24_spi_trx(
FuriHalSpiBusHandle* handle,