s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266
https://valencia.lbsfilm.at/midterm-presentation/
Other
896 stars 166 forks source link

Unused function declaration in ESPUI.h #300

Open hagre opened 3 months ago

hagre commented 3 months ago

This function (with 2 parameters) is never used in the library or completed in the ESPUI.cpp

Line 231: void NotifyClient(uint32_t WsClientId, ClientUpdateType_t newState);