Launch SubGhz from SD (runs internal subghz) --nobuild

This commit is contained in:
Willy-JL
2024-02-06 18:21:04 +00:00
parent 97d9fdb9b8
commit 7b684a4b56
5 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#pragma once
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
int32_t subghz_app(char* p);
#ifdef __cplusplus
}
#endif