(Experimental) External CLI plugins -29kb DFU

Idea and plugin loader implementation by @akopachov, thanks!
All commands done except storage and rpc for latency reasons
This commit is contained in:
Willy-JL
2024-03-16 03:36:40 +00:00
parent cdba35a15a
commit 197fef54e2
38 changed files with 429 additions and 110 deletions

View File

@@ -107,7 +107,3 @@ SubGhzProtocolStatus
* @param output Resulting text
*/
void subghz_protocol_decoder_faac_slh_get_string(void* context, FuriString* output);
// Reset prog mode vars
// TODO: Remake in proper way
void faac_slh_reset_prog_mode();

View File

@@ -212,6 +212,10 @@ void subghz_protocol_decoder_bin_raw_data_input_rssi(
*/
bool subghz_protocol_secplus_v1_check_fixed(uint32_t fixed);
// Reset prog mode vars
// TODO: Remake in proper way
void faac_slh_reset_prog_mode();
#ifdef __cplusplus
}
#endif