SolarEnergy/esp32_device/main/jwt.c

9 lines
102 B
C
Raw Normal View History

2024-09-21 18:16:44 +00:00
#include <string.h>
#include "jwt.h"
char *jwt_gen(cJSON *payload)
{
return strdup("TODO:)");
}