mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 20:06:42 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user