libjansson is no more used

This commit is contained in:
folkert van heusden 2024-05-16 17:56:03 +02:00
parent b496393e67
commit 2d8b21049b
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

4
gen.h
View file

@ -21,10 +21,6 @@ typedef enum { rm_prev, rm_cur } rm_selection_t;
#define IS_POSIX 0
#endif
#if IS_POSIX
#include <jansson.h>
#endif
#if defined(ESP32) || defined(BUILD_FOR_RP2040)
// ESP32 goes in a crash-loop when allocating 128kB
// see also https://github.com/espressif/esp-idf/issues/1934