SolarEnergy/esp32_device/main/jwt.c
2024-09-21 20:16:44 +02:00

9 lines
102 B
C

#include <string.h>
#include "jwt.h"
char *jwt_gen(cJSON *payload)
{
return strdup("TODO:)");
}