Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matthias Marcus Nowak
Firmware
Commits
ac19f03c
Commit
ac19f03c
authored
3 years ago
by
Carlo Guarnieri Calo' Carducci
Browse files
Options
Downloads
Patches
Plain Diff
docs: update factory commands
parent
19d2b89a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/factory/factory.md
+3
-0
3 additions, 0 deletions
components/factory/factory.md
components/factory/include/factory.h
+0
-5
0 additions, 5 deletions
components/factory/include/factory.h
with
3 additions
and
5 deletions
components/factory/factory.md
+
3
−
0
View file @
ac19f03c
...
...
@@ -65,6 +65,9 @@ flowchart TD
-
Light
-
Format:
`light|<val>`
-
Description: Set light intensity to
**val**
[0.0 to 1.0]
-
Load
-
Format:
`load|<val>`
-
Description: Set workload intensity to
**val**
[0.0 to 1.0]
### WEB PAGE
[
<img src="docs/web_page.png" width="111" height="200">
](
docs/web_page.png
)
...
...
This diff is collapsed.
Click to expand it.
components/factory/include/factory.h
+
0
−
5
View file @
ac19f03c
...
...
@@ -97,11 +97,6 @@ static const char mqtt_topic_pub[] = "/legos/factory";
static
const
char
mqtt_topic_sub
[]
=
"/legos/factory/cmd"
;
/**
* @brief Entity HTML webpage
*/
static
const
char
html_webpage
[]
=
""
;
#ifdef __cplusplus
extern
"C"
{
#endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment