MySensors Library & Examples  2.3.2-62-ge298769
Macros
+ Collaboration diagram for ESP8266:

Detailed Description

These options control ESP8266 specific configurations.

Macros

#define MY_ESP8266_SERIAL_MODE   SERIAL_FULL
 ESP8266 serial modes. More...
 

Macro Definition Documentation

◆ MY_ESP8266_SERIAL_MODE

#define MY_ESP8266_SERIAL_MODE   SERIAL_FULL

ESP8266 serial modes.

  • SERIAL_FULL: Default mode.
  • SERIAL_TX_ONLY: allows to use RX (GPIO3) as a general purpose input/output.
  • SERIAL_RX_ONLY: allows to use TX (GPIO1) as a general purpose input/output.

Definition at line 2414 of file MyConfig.h.