Fix recent BLE only AP change which broke SubGhz. (#315)

* Added subGhz fixed channel support to tag config, added line accidentally dropped in pr7 merge.

* Fix recent BLE only AP change which broke SubGhz.
This commit is contained in:
Skip Hansen
2024-05-09 20:32:46 -07:00
committed by GitHub
parent 9dc15c28d4
commit 1a35b9b23e

View File

@@ -747,7 +747,7 @@ void segmentedShowIp() {
}
bool bringAPOnline() {
#ifndef BLE_ONLY
#ifdef BLE_ONLY
apInfo.state = AP_STATE_NORADIO;
#endif
if (apInfo.state == AP_STATE_NORADIO) return true;