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
dd513b62
Commit
dd513b62
authored
Jan 25, 2022
by
Eric Duminil
Browse files
Updating doc
parent
b18039e3
Pipeline
#5726
passed with stage
in 2 minutes and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
dd513b62
...
...
@@ -81,10 +81,10 @@ In Arduino IDE *Serial Monitor* or PlatformIO *Monitor*, type `help` + <kbd>Ente
*
`csv 60`
(Sets CSV writing interval, in s).
*
`format_filesystem`
(Deletes the whole filesystem).
*
`free`
(Displays available heap space).
*
`led 0/1`
(Turns LEDs on/off).
*
`local_ip`
(Displays local IP and current SSID).
*
`lora 300`
(Sets LoRaWAN sending interval, in s).
*
`mqtt 60`
(Sets MQTT sending interval, in s).
*
`night_mode`
(Toggles night mode on/off).
*
`reset`
(Restarts the ESP).
*
`reset_scd`
(Resets SCD30).
*
`send_local_ip`
(Sends local IP and SSID via MQTT. Can be useful to find sensor).
...
...
ampel-firmware/sensor_console.h
View file @
dd513b62
...
...
@@ -3,7 +3,7 @@
#include
<Arduino.h>
/** Other scripts can use this namespace, in order to define commands, via callbacks.
* Those callbacks can then be used to send commands to the sensor (reset, calibrate,
night mode
, ...)
* Those callbacks can then be used to send commands to the sensor (reset, calibrate,
led on/off
, ...)
* The callbacks can either have no parameter, or one int32_t parameter.
*/
...
...
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