From af53137b553781a62442f93ffb2f2e7e98a2b029 Mon Sep 17 00:00:00 2001 From: Mike Burton Date: Thu, 20 Nov 2025 07:19:32 -0800 Subject: [PATCH] comments --- src/ESPUI.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ESPUI.h b/src/ESPUI.h index 771b401..76143c4 100644 --- a/src/ESPUI.h +++ b/src/ESPUI.h @@ -201,7 +201,8 @@ public: 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); // Variables