Add namespace esphome::esp32 to satisfy CI lint check

This commit is contained in:
J. Nick Koston
2026-02-27 12:39:30 -10:00
parent af1a00ccf9
commit 9f11dc736f
@@ -29,6 +29,8 @@
#include "esp_system.h"
namespace esphome::esp32 {}
static constexpr size_t PRINTF_BUFFER_SIZE = 512;
// NOLINTBEGIN(bugprone-reserved-identifier,cert-dcl37-c,cert-dcl51-cpp,readability-identifier-naming)