1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 20:02:22 +01:00

Nextion support to idf with cinttypes (#5876)

This commit is contained in:
Edward Firmo
2023-12-05 02:09:44 +01:00
committed by GitHub
parent d9792b0d92
commit 4d3730b50e
3 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
#include "esphome/core/util.h"
#include "esphome/core/log.h"
#include "esphome/core/application.h"
#include <cinttypes>
namespace esphome {
namespace nextion {

View File

@@ -1,6 +1,7 @@
#include "nextion.h"
#include "esphome/core/util.h"
#include "esphome/core/log.h"
#include <cinttypes>
namespace esphome {
namespace nextion {

View File

@@ -11,6 +11,7 @@
#include <esp_heap_caps.h>
#include <esp_http_client.h>
#include <cinttypes>
namespace esphome {
namespace nextion {