mirror of
https://github.com/esphome/esphome.git
synced 2026-09-13 08:17:34 +00:00
83625d2c0e6b3e2f3df63bb8932f5c4b25e98f23
The static class members in Millis64Impl's ESPHOME_THREAD_SINGLE branch kept the trailing-underscore convention used for instance members, but the project's clang-tidy config (readability-identifier-naming. ClassMemberCase = lower_case) wants static class members without the suffix. This violation was latent because defines.h previously hardcoded MULTI_ATOMICS, so the SINGLE branch was never analyzed; now that defines.h picks the model per platform, the ESP8266 tidy env analyzes this branch. Drop the trailing _ from last_millis / millis_major; their types and initial values are unchanged.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
613 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
