mirror of
https://github.com/s00500/ESPUI.git
synced 2025-07-04 21:30:19 +00:00
added ESPUI::updateLabel (works like ESPUI::print)
This commit is contained in:
@ -212,6 +212,9 @@ class ESPUIClass {
|
||||
void print( int id, String value );
|
||||
void print( String label, String value );
|
||||
|
||||
void updateLabel( int id, String value );
|
||||
void updateLabel( String label, String value );
|
||||
|
||||
void updateSwitcher( int id, bool nValue, int clientId = -1 );
|
||||
void updateSwitcher( String label, bool nValue, int clientId = -1 );
|
||||
|
||||
|
Reference in New Issue
Block a user