mirror of https://github.com/arendst/Tasmota.git
Added back missing external.
This commit is contained in:
parent
ee39f84bc2
commit
b8e9d9401e
|
@ -35,6 +35,7 @@
|
|||
#include <HardwareSerial.h>
|
||||
#endif
|
||||
|
||||
extern uint32_t ConvertSerialConfig(uint8_t serial_config);
|
||||
class TasmotaSerial : public Stream {
|
||||
public:
|
||||
TasmotaSerial(int receive_pin, int transmit_pin, int hardware_fallback = 0, int nwmode = 0, int buffer_size = TM_SERIAL_BUFFER_SIZE);
|
||||
|
|
Loading…
Reference in New Issue