Add LONG LONG flag for arduinojson (#3212)

This commit is contained in:
Jesse Hills 2022-02-18 10:11:22 +13:00 committed by GitHub
parent ccce4b19e8
commit 140db85d21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,10 @@
#include "esphome/core/helpers.h"
#undef ARDUINOJSON_ENABLE_STD_STRING
#define ARDUINOJSON_ENABLE_STD_STRING 1 // NOLINT
#define ARDUINOJSON_USE_LONG_LONG 1 // NOLINT
#include <ArduinoJson.h>
namespace esphome {