mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Nextion support to idf with cinttypes
(#5876)
This commit is contained in:
parent
d9792b0d92
commit
4d3730b50e
3 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "nextion.h"
|
||||
#include "esphome/core/util.h"
|
||||
#include "esphome/core/log.h"
|
||||
#include <cinttypes>
|
||||
|
||||
namespace esphome {
|
||||
namespace nextion {
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
#include <esp_heap_caps.h>
|
||||
#include <esp_http_client.h>
|
||||
#include <cinttypes>
|
||||
|
||||
namespace esphome {
|
||||
namespace nextion {
|
||||
|
|
Loading…
Reference in a new issue