update docs and fix led in subghz decode scene

This commit is contained in:
MX
2022-08-30 23:14:43 +03:00
parent 6c7611c57e
commit f14874b0e0
8 changed files with 64 additions and 45 deletions

View File

@@ -102,6 +102,8 @@ struct SubGhz {
SubGhzSetting* setting;
SubGhzLock lock;
bool in_decoder_scene;
void* rpc_ctx;
};