1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-03 02:22:25 +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

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