Configure nlohmann-json to suit espidf environment

This commit is contained in:
Lorow
2025-10-09 22:59:47 +02:00
parent e35413a0a6
commit cf9eecc822

View File

@@ -28,6 +28,10 @@
#include <UVCStream.hpp>
#endif
// defines to configure nlohmann-json for esp32
#define JSON_NO_IO 1
#define JSON_NOEXCEPTION 1
#ifdef CONFIG_LED_DEBUG_ENABLE
#define BLINK_GPIO (gpio_num_t) CONFIG_LED_DEBUG_GPIO
#else