Replace curl with httplib

This commit is contained in:
Adam Honse 2022-05-03 19:26:02 -05:00
parent aeb1e364c4
commit 2cb08ec4b4
5 changed files with 8267 additions and 59 deletions

View file

@ -9,7 +9,6 @@
#include "RGBController_Nanoleaf.h"
#include "ResourceManager.h"
#include "LogManager.h"
#include <curl/curl.h>
#include "json.hpp"
using json = nlohmann::json;