mirror of
https://github.com/esphome/esphome.git
synced 2025-09-07 05:42:20 +01:00
Fix clang-tidy header filter (#2385)
* Fix clang-tidy header filter * Allow private members * Fix clang-tidy detections * Run clang-format * Fix remaining detections * Fix graph * Run clang-format
This commit is contained in:
@@ -106,6 +106,7 @@ class ESP32Camera : public Component, public Nameable {
|
||||
uint32_t last_update_{0};
|
||||
};
|
||||
|
||||
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
|
||||
extern ESP32Camera *global_esp32_camera;
|
||||
|
||||
} // namespace esp32_camera
|
||||
|
Reference in New Issue
Block a user