1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-18 04:11:53 +02:00

Update Docs

Update Libraries
Add embedded
remove binary
This commit is contained in:
Luc
2019-04-03 18:41:08 +02:00
parent df2f6c9654
commit 0d19dbf1c5
14 changed files with 1171 additions and 11 deletions

View File

@@ -36,6 +36,7 @@ void setup() {
SSDP.setModelURL("http://www.meethue.com");
SSDP.setManufacturer("Royal Philips Electronics");
SSDP.setManufacturerURL("http://www.philips.com");
SSDP.setDeviceType("upnp:rootdevice"); //to appear as root device
SSDP.begin();
Serial.printf("Ready!\n");