From a42c375c36d953b1c24e2b22b834bc9e2fc5a606 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Fri, 20 Mar 2020 16:28:01 +0900 Subject: [PATCH] Supports lower RSSI limit. --- src/AutoConnectDefs.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/AutoConnectDefs.h b/src/AutoConnectDefs.h index 3cde0fd..884ecf7 100644 --- a/src/AutoConnectDefs.h +++ b/src/AutoConnectDefs.h @@ -10,15 +10,6 @@ #ifndef _AUTOCONNECTDEFS_H_ #define _AUTOCONNECTDEFS_H_ -//!!! -#define INC_RSSI_USE_SUP 1 - -#ifdef INC_RSSI_USE_SUP //!!! -#ifndef AUTOCONNECT_CON_FIND_MAX_RSSI -#define AUTOCONNECT_CON_FIND_MAX_RSSI false // use first available -#endif -#endif - // Uncomment the following AC_DEBUG to enable debug output. //#define AC_DEBUG @@ -34,7 +25,6 @@ #define AC_DBG_DUMB(...) #endif // !AC_DEBUG - // Indicator to specify that AutoConnectAux handles elements with JSON. // Comment out the AUTOCONNECT_USE_JSON macro to detach the ArduinoJson. #ifndef AUTOCONNECT_NOUSE_JSON