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
b3843a73
Commit
b3843a73
authored
Feb 18, 2022
by
Eric Duminil
Browse files
Todo
parent
769f775e
Pipeline
#5874
passed with stage
in 2 minutes and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ampel-firmware/sensor_console.cpp
View file @
b3843a73
...
...
@@ -2,6 +2,7 @@
namespace
sensor_console
{
const
uint8_t
MAX_COMMANDS
=
26
;
//TODO: Check if it's really needed? Is it including parameter???
const
uint8_t
MAX_COMMAND_SIZE
=
20
;
// Should be enough for "set_time 1618829570\n"
uint8_t
commands_count
=
0
;
...
...
ampel-firmware/src/lib/IotWebConf/src/IotWebConf.cpp
View file @
b3843a73
...
...
@@ -99,6 +99,7 @@ bool IotWebConf::init()
WiFi
.
setHostname
(
this
->
_thingName
);
#endif
#ifdef IOTWEBCONF_CONFIG_USE_MDNS
//TODO: What is _thingName set to at this point??
MDNS
.
begin
(
this
->
_thingName
);
MDNS
.
addService
(
"http"
,
"tcp"
,
IOTWEBCONF_CONFIG_USE_MDNS
);
#endif
...
...
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