mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 12:15:33 +01:00
Fix ESP32C3 toolchain requires stdarg import in helpers (#3151)
This commit is contained in:
parent
2b39988707
commit
62b366a5ec
@ -8,6 +8,7 @@
|
||||
#include <cctype>
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include <cstdarg>
|
||||
|
||||
#if defined(USE_ESP8266)
|
||||
#include <osapi.h>
|
||||
|
Loading…
Reference in New Issue
Block a user