1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 15:18:16 +00:00

Gah, that was unnecessary

This commit is contained in:
Jordan Zucker 2025-02-13 15:45:15 -08:00
parent 5445d8ce17
commit 94d0f2de84

View File

@ -5,9 +5,6 @@
namespace esphome {
namespace prometheus {
// Longest: HORIZONTAL
#define PSTR_LOCAL(mode_s) strncpy_P(buf, (PGM_P) ((mode_s)), 15)
void PrometheusHandler::handleRequest(AsyncWebServerRequest *req) {
AsyncResponseStream *stream = req->beginResponseStream("text/plain; version=0.0.4; charset=utf-8");
std::string area = App.get_area();