We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5935dc commit a72c523Copy full SHA for a72c523
applications/main/subghz/subghz.c
@@ -193,7 +193,7 @@ SubGhz* subghz_alloc(bool alloc_for_tx_only) {
193
//init TxRx & Protocol & History & KeyBoard
194
subghz_unlock(subghz);
195
196
- SubGhzSetting* setting = subghz_txrx_get_setting(subghz->txrx);
+ //SubGhzSetting* setting = subghz_txrx_get_setting(subghz->txrx);
197
198
//subghz_load_custom_presets(setting);
199
0 commit comments