mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-04 23:52:18 +01:00
Merge branch 'current' into beta
This commit is contained in:
commit
a97fa8dcbb
@ -287,7 +287,7 @@ global variables can be used to store the state of a garage door.
|
|||||||
id(my_global_int) += 10;
|
id(my_global_int) += 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
ESP_LOGD(TAG, "%s: %d", id(my_global_string), id(my_global_int));
|
ESP_LOGD(TAG, "%s: %d", id(my_global_string).c_str(), id(my_global_int));
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user