Fix ESP32C3 toolchain requires stdarg import in helpers (#3151)

This commit is contained in:
Otto Winter 2022-02-01 13:05:59 +01:00 committed by GitHub
parent 2b39988707
commit 62b366a5ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <cctype>
#include <cmath>
#include <cstring>
#include <cstdarg>
#if defined(USE_ESP8266)
#include <osapi.h>