mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 20:47:08 +03:00
make it fit in allocated space
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
#include <string>
|
||||
|
||||
#include "HTTPClient.h"
|
||||
#ifdef BELL_ONLY_CJSON
|
||||
#include "cJSON.h"
|
||||
#else
|
||||
#include "nlohmann/json.hpp"
|
||||
#endif
|
||||
|
||||
namespace cspot {
|
||||
class ApResolve {
|
||||
|
||||
Reference in New Issue
Block a user