This commit is contained in:
oarcher 2024-05-31 17:13:59 +02:00
parent ac1bd3012a
commit 7ab0776302

View file

@ -16,7 +16,7 @@
// [google-global-names-in-headers,-warnings-as-errors]
using esphome::esp_log_printf_; // NOLINT(google-global-names-in-headers):
#include <cxx_include/esp_modem_api.hpp> // NOLINT(clang-diagnostic-error)
#include <cxx_include/esp_modem_api.hpp> // NOLINT
#include <driver/gpio.h>
#include <esp_modem_config.h>
#include <unordered_map>