Commit 400e3c29 authored by Eric Duminil's avatar Eric Duminil
Browse files

Bit too large

parent 9fd8f7d8
Pipeline #5823 passed with stage
in 2 minutes and 40 seconds
......@@ -193,9 +193,9 @@ namespace web_server {
ss -= mm * 60;
//NOTE: Splitting in multiple parts in order to use less RAM
char content[2000]; // Update if needed
// Current size (without Lorawan):
// INFO - Header size : 1822 - Body size : 1953 - Script size : 1943
char content[2200]; // Update if needed
// Current size (with Lorawan):
// INFO - Header size : 1825 - Body size : 2005 - Script size : 1947
//FIXME: Body too long with Lorawan!
snprintf_P(content, sizeof(content), header_template, sensor::co2, config::ampel_name(), wifi::local_ip,
......
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