Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
3 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
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
Showing
2 changed files
README.md
+1
-1
README.md
ampel-firmware/sensor_console.h
+1
-1
ampel-firmware/sensor_console.h
with
2 additions
and
2 deletions
+2
-2
README.md
+
1
-
1
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).
...
...
This diff is collapsed.
Click to expand it.
ampel-firmware/sensor_console.h
+
1
-
1
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.
*/
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets