From cb78bf522bcd3a09747597ec3d00210dd307d769 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Thu, 9 Feb 2023 19:06:55 +0100 Subject: [PATCH] fix for commit 521ed0f from 2023-02-01 "Webserver start issue fixed for LORA32_21 devices." I was inacurate in applying the change Signed-off-by: Thomas Osterried --- src/TTGO_T-Beam_LoRa_APRS.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TTGO_T-Beam_LoRa_APRS.ino b/src/TTGO_T-Beam_LoRa_APRS.ino index 1d5847f..0824cdf 100644 --- a/src/TTGO_T-Beam_LoRa_APRS.ino +++ b/src/TTGO_T-Beam_LoRa_APRS.ino @@ -2784,7 +2784,7 @@ void setup() // -> do not start bluetooth. #if defined(ENABLE_WIFI) #if defined(LORA32_21) - if (enable_bluetooth && enable_webserver < 2 && aprsis_enabled) { + if (enable_bluetooth && enable_webserver < 2 && !aprsis_enabled) { #else if (enable_bluetooth) { #endif /* LORA32_21 */