Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel
ampel-firmware
Commits
df042470
Commit
df042470
authored
Feb 14, 2022
by
Eric Duminil
Browse files
Fixme
parent
049d6bab
Pipeline
#5821
passed with stage
in 2 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/web_server.cpp
View file @
df042470
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment