mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Add LONG LONG flag for arduinojson (#3212)
This commit is contained in:
parent
7dcc4d030b
commit
8886b7e141
1 changed files with 2 additions and 1 deletions
|
@ -4,9 +4,10 @@
|
||||||
|
|
||||||
#include "esphome/core/helpers.h"
|
#include "esphome/core/helpers.h"
|
||||||
|
|
||||||
#undef ARDUINOJSON_ENABLE_STD_STRING
|
|
||||||
#define ARDUINOJSON_ENABLE_STD_STRING 1 // NOLINT
|
#define ARDUINOJSON_ENABLE_STD_STRING 1 // NOLINT
|
||||||
|
|
||||||
|
#define ARDUINOJSON_USE_LONG_LONG 1 // NOLINT
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
|
|
Loading…
Reference in a new issue