OpenSprinkler › Forums › OpenSprinkler Unified Firmware › ESP32 port of 2.1.9 firmware › Reply To: ESP32 port of 2.1.9 firmware
May 25, 2023 at 12:37 am
#75804
v1pr
Participant
Sorry about that, considerd too straight forward. Simply add it to public section, just like in es8266.h:
public:
bool dataAvailable();
size_t readBytes(char *buffer, size_t length);
size_t readBytesUntil(char terminator, char *buffer, size_t length);
void print(const char *data);
void print(const __FlashStringHelper *data);
int peek();
void setTimeout(int timeout);
void flush();
void stop();
};