Commit df042470 authored by Eric Duminil's avatar Eric Duminil
Browse files

Fixme

parent 049d6bab
Pipeline #5821 passed with stage
in 2 minutes and 45 seconds
......@@ -196,6 +196,7 @@ namespace web_server {
char content[2000]; // Update if needed
// Current size (without Lorawan):
// INFO - Header size : 1822 - Body size : 1953 - Script size : 1943
//FIXME: Body too long with Lorawan!
snprintf_P(content, sizeof(content), header_template, sensor::co2, config::ampel_name(), wifi::local_ip,
csv_writer::filename);
......
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