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 <dl9sau@darc.de>
pull/7/head
Thomas Osterried 2023-02-09 19:06:55 +01:00
rodzic bc8997d113
commit cb78bf522b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 */