Supports lower RSSI limit.

pull/200/head
Hieromon Ikasamo 4 years ago
parent 1152ced7ea
commit a42c375c36
  1. 10
      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

Loading…
Cancel
Save