mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 09:44:12 +01:00
My Home-IoT
dd81f9a835
Your formatting is not correct, ESPHome uses clang-format to format all source files in a unified way. Please apply the changes listed below The following files need to be changed: esphome/components/ld2415h/ld2415h.h ========================================================= diff --git a/esphome/components/ld2415h/ld2415h.h b/esphome/components/ld2415h/ld2415h.h index 8f5a42f..87a7f65 100644 --- a/esphome/components/ld2415h/ld2415h.h +++ b/esphome/components/ld2415h/ld2415h.h @@ -134,7 +134,7 @@ class LD2415HComponent : public Component, public uart::UARTDevice { const char *tracking_mode_to_s_(TrackingMode value); const char *unit_of_measure_to_s_(UnitOfMeasure value); const char *negotiation_mode_to_s_(NegotiationMode value); - const char *i_to_s(const std::map<std::string, uint8_t> &map, uint8_t i); + const char *i_to_s_(const std::map<std::string, uint8_t> &map, uint8_t i); std::vector<LD2415HListener *> listeners_{}; }; |
||
---|---|---|
.devcontainer | ||
.github | ||
.vscode | ||
docker | ||
esphome | ||
script | ||
tests | ||
.clang-format | ||
.clang-tidy | ||
.coveragerc | ||
.dockerignore | ||
.editorconfig | ||
.flake8 | ||
.gitattributes | ||
.gitignore | ||
.pre-commit-config.yaml | ||
.yamllint | ||
CODE_OF_CONDUCT.md | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
LICENSE | ||
MANIFEST.in | ||
platformio.ini | ||
pyproject.toml | ||
README.md | ||
requirements.txt | ||
requirements_dev.txt | ||
requirements_optional.txt | ||
requirements_test.txt | ||
sdkconfig.defaults |
ESPHome
Documentation: https://esphome.io/
For issues, please go to the issue tracker.
For feature requests, please see feature requests.