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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user