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
d6310634
Commit
d6310634
authored
Feb 21, 2022
by
Eric Duminil
Browse files
TODO
parent
b2d5d472
Changes
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/web_server.cpp
View file @
d6310634
...
...
@@ -241,7 +241,7 @@ namespace web_server {
config
::
auto_calibrate_sensor
?
"Yes"
:
"No"
,
config
::
ampel_name
(),
config
::
ampel_name
(),
wifi
::
local_ip
,
wifi
::
local_ip
,
ampel
.
macAddress
,
ESP
.
getFreeHeap
(),
esp_get_max_free_block_size
(),
esp_get_heap_fragmentation
(),
ampel
.
max_loop_duration
,
ampel
.
board
,
ampel
.
sensorId
,
ampel
.
version
,
dd
,
hh
,
mm
,
ss
,
wifi
::
isAccessPoint
()
?
""
:
"hidden"
);
ss
,
wifi
::
isAccessPoint
()
?
""
:
"hidden"
);
//TODO: When time is not yet set
Serial
.
print
(
F
(
" - Body2 size : "
));
Serial
.
print
(
strlen
(
content
));
...
...
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