1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-24 15:13:02 +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

@@ -60,6 +60,7 @@ class SSDPClass{
~SSDPClass();
bool begin();
void end();
void schema(WiFiClient client);
@@ -91,6 +92,7 @@ class SSDPClass{
void _send(ssdp_method_t method);
void _update();
void _startTimer();
void _stopTimer();
static void _onTimerStatic(SSDPClass* self);
WiFiUDP *_server;