mirror of
https://github.com/Fishwaldo/WLED.git
synced 2025-07-16 01:48:23 +00:00
Added TPM2.NET protocol support
This commit is contained in:
parent
579f355852
commit
fec8343f45
9 changed files with 158 additions and 116 deletions
|
@ -77,7 +77,7 @@ char* XML_response(AsyncWebServerRequest *request, char* dest)
|
|||
mesg += ".";
|
||||
mesg += realtimeIP[i];
|
||||
}
|
||||
} else if (realtimeMode == REALTIME_MODE_UDP || realtimeMode == REALTIME_MODE_HYPERION) {
|
||||
} else if (realtimeMode == REALTIME_MODE_UDP || realtimeMode == REALTIME_MODE_HYPERION || realtimeMode == REALTIME_MODE_TPM2NET) {
|
||||
mesg += "UDP from ";
|
||||
mesg += realtimeIP[0];
|
||||
for (int i = 1; i < 4; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue