mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
Wired Ethernet Support!
Added ESP32 wired ethernet support.
This commit is contained in:
parent
7f5463250f
commit
0f2f30bf4d
12 changed files with 605 additions and 78 deletions
2
SSDP.cpp
2
SSDP.cpp
|
|
@ -761,7 +761,7 @@ void SSDPClass::loop() {
|
|||
this->_sendQueuedResponses();
|
||||
}
|
||||
void SSDPClass::schema(Print &client) {
|
||||
IPAddress ip = WiFi.localIP();
|
||||
IPAddress ip = this->localIP();
|
||||
uint8_t devCount = 0;
|
||||
for(uint8_t i = 0; i < this->m_cdeviceTypes; i++) {
|
||||
if(this->deviceTypes[i].deviceType && strlen(this->deviceTypes[i].deviceType) > 0) devCount++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue