Fix typo on std::string
This commit is contained in:
@@ -209,7 +209,7 @@ script:
|
|||||||
- id: !extend dump_config
|
- id: !extend dump_config
|
||||||
then:
|
then:
|
||||||
- lambda: |-
|
- lambda: |-
|
||||||
std:string gang_count_plural_suffix = id(gang_count) > 1 ? "s" : "";
|
std::string gang_count_plural_suffix = id(gang_count) > 1 ? "s" : "";
|
||||||
// Button's actions
|
// Button's actions
|
||||||
ESP_LOGCONFIG("core_hw_buttons", "Button%s action%s:",
|
ESP_LOGCONFIG("core_hw_buttons", "Button%s action%s:",
|
||||||
gang_count_plural_suffix.c_str(),
|
gang_count_plural_suffix.c_str(),
|
||||||
|
|||||||
@@ -448,7 +448,7 @@ script:
|
|||||||
- id: !extend dump_config
|
- id: !extend dump_config
|
||||||
then:
|
then:
|
||||||
- lambda: |-
|
- lambda: |-
|
||||||
std:string gang_count_plural_suffix = id(gang_count) > 1 ? "s" : "";
|
std::string gang_count_plural_suffix = id(gang_count) > 1 ? "s" : "";
|
||||||
// Relay's LEDs modes
|
// Relay's LEDs modes
|
||||||
ESP_LOGCONFIG("core_hw_leds", "Relay%s LEDs mode%s:",
|
ESP_LOGCONFIG("core_hw_leds", "Relay%s LEDs mode%s:",
|
||||||
gang_count_plural_suffix.c_str(),
|
gang_count_plural_suffix.c_str(),
|
||||||
|
|||||||
@@ -703,7 +703,7 @@ script:
|
|||||||
- id: !extend dump_config
|
- id: !extend dump_config
|
||||||
then:
|
then:
|
||||||
- lambda: |-
|
- lambda: |-
|
||||||
std:string gang_count_plural_suffix = id(gang_count) > 1 ? "s" : "";
|
std::string gang_count_plural_suffix = id(gang_count) > 1 ? "s" : "";
|
||||||
// Relay's modes
|
// Relay's modes
|
||||||
ESP_LOGCONFIG("standard_hw_relays", "Relay%s mode%s:",
|
ESP_LOGCONFIG("standard_hw_relays", "Relay%s mode%s:",
|
||||||
gang_count_plural_suffix.c_str(),
|
gang_count_plural_suffix.c_str(),
|
||||||
|
|||||||
Reference in New Issue
Block a user