HB, OTA etc

This commit is contained in:
2026-04-22 20:11:55 +03:00
parent 4100931deb
commit cb1014c950
76 changed files with 3157 additions and 232 deletions

4
esp32/main/json_utils.h Normal file
View 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);