Merge branch 'web_server_1' into integration

This commit is contained in:
J. Nick Koston
2026-01-11 15:40:15 -10:00
2 changed files with 2 additions and 0 deletions
@@ -81,6 +81,7 @@ class AsyncResponseStream : public AsyncWebServerResponse {
void print(const std::string &str) { this->content_.append(str); }
void print(float value);
void printf(const char *fmt, ...) __attribute__((format(printf, 2, 3)));
void write(uint8_t c) { this->content_.push_back(static_cast<char>(c)); }
protected:
std::string content_;
@@ -0,0 +1 @@
<<: !include common_v1.yaml