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

TODO

parent b2d5d472
...@@ -241,7 +241,7 @@ namespace web_server { ...@@ -241,7 +241,7 @@ namespace web_server {
config::auto_calibrate_sensor ? "Yes" : "No", config::ampel_name(), config::ampel_name(), wifi::local_ip, 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(), 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, 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(F(" - Body2 size : "));
Serial.print(strlen(content)); Serial.print(strlen(content));
......
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