1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-11-28 04:13:16 +00:00
This commit is contained in:
Mike Burton
2025-11-20 07:19:32 -08:00
parent e54a2ff8e6
commit af53137b55

View File

@@ -201,7 +201,8 @@ public:
void updateVisibility(uint16_t id, bool visibility, int clientId = -1); void updateVisibility(uint16_t id, bool visibility, int clientId = -1);
// Set optional global custom JavaScript to be included in the UI. // Set optional user-defined JavaScript to be included in the UI.
// js: JavaScript code as a C-string. Must remain valid for the lifetime of the ESPUIClass instance.
void setCustomJS(const char* js); void setCustomJS(const char* js);
// Variables // Variables