-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Area: BT&WifiBT & Wifi related issuesBT & Wifi related issuesStatus: Test neededIssue needs testingIssue needs testingType: Bug 🐛All bugsAll bugs
Milestone
Description
ESPLwIPClient::setTimeout conflicts with Stream::setTimeout
the classes hierarchy is Print <- Steam <- Client <- ESPLwIPClient <- WiFiClient
arduino-esp32/cores/esp32/Stream.h
Line 61 in b580bb2
void setTimeout(unsigned long timeout); // sets maximum milliseconds to wait for stream data, default is 1 second |
virtual int setTimeout(uint32_t seconds) = 0; |
Metadata
Metadata
Assignees
Labels
Area: BT&WifiBT & Wifi related issuesBT & Wifi related issuesStatus: Test neededIssue needs testingIssue needs testingType: Bug 🐛All bugsAll bugs
Type
Projects
Status
Done