mirror of
https://github.com/s00500/ESPUI.git
synced 2025-06-12 04:10:39 +00:00
more minor changes for #249
This commit is contained in:
@ -396,7 +396,8 @@ void extendedCallback(Control* sender, int type, void* param)
|
||||
Serial.print(sender->label);
|
||||
Serial.print("' = ");
|
||||
Serial.println(sender->value);
|
||||
Serial.println(String("param = ") + String((long)param));
|
||||
Serial.print("param = ");
|
||||
Serial.println((long)param);
|
||||
}
|
||||
|
||||
void setup() {
|
||||
|
Reference in New Issue
Block a user