Merge branch 'current' into beta

This commit is contained in:
Jesse Hills 2023-07-19 11:41:10 +12:00
commit a97fa8dcbb
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A

View File

@ -287,7 +287,7 @@ global variables can be used to store the state of a garage door.
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: