mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-11 19:59:00 +08:00
Temporary fix for SSDP
but properties feature is not working under windows 10 when ok under windows 7
This commit is contained in:
parent
296d8574af
commit
cd908616ed
@ -158,6 +158,7 @@ void setup()
|
||||
SSDP.setModelURL("http://espressif.com/en/products/esp8266/");
|
||||
SSDP.setManufacturer("Espressif Systems");
|
||||
SSDP.setManufacturerURL("http://espressif.com");
|
||||
SSDP.setDeviceType("upnp:rootdevice");
|
||||
SSDP.begin();
|
||||
#endif
|
||||
SPIFFS.begin();
|
||||
|
Loading…
x
Reference in New Issue
Block a user