Files
ArduinoJson/extras/conf_test/esp8266.cpp

16 lines
457 B
C++
Raw Normal View History

2021-10-18 16:43:47 +02:00
#include <ArduinoJson.h>
static_assert(ARDUINOJSON_USE_LONG_LONG == 1, "ARDUINOJSON_USE_LONG_LONG");
2021-10-18 16:43:47 +02:00
static_assert(ARDUINOJSON_SLOT_ID_SIZE == 2, "ARDUINOJSON_SLOT_ID_SIZE");
2021-10-18 16:43:47 +02:00
static_assert(ARDUINOJSON_LITTLE_ENDIAN == 1, "ARDUINOJSON_LITTLE_ENDIAN");
static_assert(ARDUINOJSON_USE_DOUBLE == 1, "ARDUINOJSON_USE_DOUBLE");
2021-10-18 16:43:47 +02:00
static_assert(sizeof(ArduinoJson::detail::VariantData) == 8,
2024-08-25 14:42:41 +02:00
"sizeof(VariantData)");
2021-10-18 16:43:47 +02:00
void setup() {}
void loop() {}