2021-10-18 16:43:47 +02:00
|
|
|
#include <ArduinoJson.h>
|
|
|
|
|
2021-10-18 16:23:59 +02:00
|
|
|
static_assert(ARDUINOJSON_USE_LONG_LONG == 1, "ARDUINOJSON_USE_LONG_LONG");
|
2021-10-18 16:43:47 +02:00
|
|
|
|
2023-06-14 11:57:31 +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");
|
|
|
|
|
2021-10-19 20:10:47 +02:00
|
|
|
static_assert(ARDUINOJSON_USE_DOUBLE == 1, "ARDUINOJSON_USE_DOUBLE");
|
2021-10-18 16:43:47 +02:00
|
|
|
|
2023-02-14 10:04:48 +01:00
|
|
|
static_assert(sizeof(ArduinoJson::detail::VariantSlot) == 16,
|
2021-10-18 16:43:47 +02:00
|
|
|
"sizeof(VariantSlot)");
|
|
|
|
|
|
|
|
void setup() {}
|
|
|
|
void loop() {}
|