Commit 7b2d7832 authored by Eric Duminil's avatar Eric Duminil
Browse files

Updated HTTP content size

parent 67505912
Pipeline #4857 passed with stage
in 2 minutes and 47 seconds
......@@ -213,7 +213,7 @@ namespace web_server {
//NOTE: Splitting in multiple parts in order to use less RAM
char content[2000]; // Update if needed
// INFO - Header size : 1767 - Body size : 1812 - Script size : 1909
// INFO - Header size : 1767 - Body size : 1991 - Script size : 1909
snprintf_P(content, sizeof(content), header_template, sensor::co2, ampel.sensorId, wifi::local_ip
#ifdef AMPEL_CSV
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment