HB, OTA etc
This commit is contained in:
4
esp32/main/json_utils.h
Normal file
4
esp32/main/json_utils.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
#include <cstddef>
|
||||
|
||||
bool json_get_string(const char *json, const char *key, char *out, size_t out_size);
|
||||
Reference in New Issue
Block a user