mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
13 lines
324 B
C
13 lines
324 B
C
#ifndef ESPEASYSERIAL_ESPEASYSERIALCONFIG_H
|
|
#define ESPEASYSERIAL_ESPEASYSERIALCONFIG_H
|
|
/*
|
|
#if !defined(DISABLE_SOFTWARE_SERIAL) && defined(ESP8266)
|
|
#include <Arduino.h>
|
|
#include <HardwareSerial.h>
|
|
#include <SoftwareSerial.h>
|
|
|
|
SoftwareSerialConfig SerialConfig_to_SoftwareSerialConfig(SerialConfig config);
|
|
|
|
#endif
|
|
*/
|
|
#endif |