Skip to content

Commit 7985347

Browse files
committed
Documentation
Premade Commands.
1 parent f9a5d40 commit 7985347

File tree

61 files changed

+495
-119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+495
-119
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: Bug report
3-
about: Create a report to help us improve
2+
name: 🐛 Bug report
3+
about: Report a bug in the software
44
title: ''
55
labels: bug
66
assignees: ''
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: 📜 Documentation problem
3+
about: Report a problem in the documentation
4+
title: ''
5+
labels: documentation
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the problem**
11+
A clear and concise description of what the problem is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. The problem is on page '...'
16+
2. The problem is on section '...'
17+
3. In the documentation there is '...' instead of '...'
18+
4. '...' is missing from '...'
19+
5. I don't understand this step or section: '...'
20+
21+
**Screenshots**
22+
If applicable, add screenshots to help explain your problem.
23+
24+
**Additional context**
25+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: Feature request
3-
about: Suggest an idea for this project
2+
name: 🚀 Feature request
3+
about: Propose a new feature
44
title: ''
55
labels: enhancement
66
assignees: ''

docs/html/_commander-_a_p_i-_commands_8cpp.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a066128d063cd819e9bafb1fe
871871
<b>Commander-API V2.1.0</b> &nbsp;|&nbsp; Generated by:
872872
<a href="http://www.doxygen.org/index.html">
873873
<img class="footer" src="doxygen.svg" alt="doxygen"/>
874-
</a> on Sun Oct 9 2022
874+
</a> on Mon Oct 10 2022
875875
<hr class="footer"/><address class="footer"><small>
876876
<a title="PlatformIO" href="https://registry.platformio.org/libraries/dani007200964/Commander-API">
877877
<img class="footer" src="platformio_logo.png" alt="PlatformIO" style="height:20px;width:auto;"/>
@@ -886,7 +886,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a066128d063cd819e9bafb1fe
886886
<b>Commander-API V2.1.0</b> &nbsp;|&nbsp; Generated by:
887887
<a href="http://www.doxygen.org/index.html">
888888
<img class="footer" src="doxygen.svg" alt="doxygen"/>
889-
</a> on Sun Oct 9 2022
889+
</a> on Mon Oct 10 2022
890890
</small></address>
891891
</li>
892892
</ul>

docs/html/_commander-_a_p_i-_commands_8cpp_source.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@
979979
<b>Commander-API V2.1.0</b> &nbsp;|&nbsp; Generated by:
980980
<a href="http://www.doxygen.org/index.html">
981981
<img class="footer" src="doxygen.svg" alt="doxygen"/>
982-
</a> on Sun Oct 9 2022
982+
</a> on Mon Oct 10 2022
983983
<hr class="footer"/><address class="footer"><small>
984984
<a title="PlatformIO" href="https://registry.platformio.org/libraries/dani007200964/Commander-API">
985985
<img class="footer" src="platformio_logo.png" alt="PlatformIO" style="height:20px;width:auto;"/>
@@ -994,7 +994,7 @@
994994
<b>Commander-API V2.1.0</b> &nbsp;|&nbsp; Generated by:
995995
<a href="http://www.doxygen.org/index.html">
996996
<img class="footer" src="doxygen.svg" alt="doxygen"/>
997-
</a> on Sun Oct 9 2022
997+
</a> on Mon Oct 10 2022
998998
</small></address>
999999
</li>
10001000
</ul>

docs/html/_commander-_a_p_i-_commands_8hpp.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,7 +1661,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a066128d063cd819e9bafb1fe
16611661
<b>Commander-API V2.1.0</b> &nbsp;|&nbsp; Generated by:
16621662
<a href="http://www.doxygen.org/index.html">
16631663
<img class="footer" src="doxygen.svg" alt="doxygen"/>
1664-
</a> on Sun Oct 9 2022
1664+
</a> on Mon Oct 10 2022
16651665
<hr class="footer"/><address class="footer"><small>
16661666
<a title="PlatformIO" href="https://registry.platformio.org/libraries/dani007200964/Commander-API">
16671667
<img class="footer" src="platformio_logo.png" alt="PlatformIO" style="height:20px;width:auto;"/>
@@ -1676,7 +1676,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a066128d063cd819e9bafb1fe
16761676
<b>Commander-API V2.1.0</b> &nbsp;|&nbsp; Generated by:
16771677
<a href="http://www.doxygen.org/index.html">
16781678
<img class="footer" src="doxygen.svg" alt="doxygen"/>
1679-
</a> on Sun Oct 9 2022
1679+
</a> on Mon Oct 10 2022
16801680
</small></address>
16811681
</li>
16821682
</ul>

docs/html/_commander-_a_p_i-_commands_8hpp_source.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
<b>Commander-API V2.1.0</b> &nbsp;|&nbsp; Generated by:
337337
<a href="http://www.doxygen.org/index.html">
338338
<img class="footer" src="doxygen.svg" alt="doxygen"/>
339-
</a> on Sun Oct 9 2022
339+
</a> on Mon Oct 10 2022
340340
<hr class="footer"/><address class="footer"><small>
341341
<a title="PlatformIO" href="https://registry.platformio.org/libraries/dani007200964/Commander-API">
342342
<img class="footer" src="platformio_logo.png" alt="PlatformIO" style="height:20px;width:auto;"/>
@@ -351,7 +351,7 @@
351351
<b>Commander-API V2.1.0</b> &nbsp;|&nbsp; Generated by:
352352
<a href="http://www.doxygen.org/index.html">
353353
<img class="footer" src="doxygen.svg" alt="doxygen"/>
354-
</a> on Sun Oct 9 2022
354+
</a> on Mon Oct 10 2022
355355
</small></address>
356356
</li>
357357
</ul>

docs/html/_commander-_a_p_i_8cpp.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<b>Commander-API V2.1.0</b> &nbsp;|&nbsp; Generated by:
151151
<a href="http://www.doxygen.org/index.html">
152152
<img class="footer" src="doxygen.svg" alt="doxygen"/>
153-
</a> on Sun Oct 9 2022
153+
</a> on Mon Oct 10 2022
154154
<hr class="footer"/><address class="footer"><small>
155155
<a title="PlatformIO" href="https://registry.platformio.org/libraries/dani007200964/Commander-API">
156156
<img class="footer" src="platformio_logo.png" alt="PlatformIO" style="height:20px;width:auto;"/>
@@ -165,7 +165,7 @@
165165
<b>Commander-API V2.1.0</b> &nbsp;|&nbsp; Generated by:
166166
<a href="http://www.doxygen.org/index.html">
167167
<img class="footer" src="doxygen.svg" alt="doxygen"/>
168-
</a> on Sun Oct 9 2022
168+
</a> on Mon Oct 10 2022
169169
</small></address>
170170
</li>
171171
</ul>

docs/html/_commander-_a_p_i_8cpp_source.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@
10421042
<b>Commander-API V2.1.0</b> &nbsp;|&nbsp; Generated by:
10431043
<a href="http://www.doxygen.org/index.html">
10441044
<img class="footer" src="doxygen.svg" alt="doxygen"/>
1045-
</a> on Sun Oct 9 2022
1045+
</a> on Mon Oct 10 2022
10461046
<hr class="footer"/><address class="footer"><small>
10471047
<a title="PlatformIO" href="https://registry.platformio.org/libraries/dani007200964/Commander-API">
10481048
<img class="footer" src="platformio_logo.png" alt="PlatformIO" style="height:20px;width:auto;"/>
@@ -1057,7 +1057,7 @@
10571057
<b>Commander-API V2.1.0</b> &nbsp;|&nbsp; Generated by:
10581058
<a href="http://www.doxygen.org/index.html">
10591059
<img class="footer" src="doxygen.svg" alt="doxygen"/>
1060-
</a> on Sun Oct 9 2022
1060+
</a> on Mon Oct 10 2022
10611061
</small></address>
10621062
</li>
10631063
</ul>

docs/html/_commander-_a_p_i_8hpp.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a9dda1700b3dad0727a9042fe
310310
<b>Commander-API V2.1.0</b> &nbsp;|&nbsp; Generated by:
311311
<a href="http://www.doxygen.org/index.html">
312312
<img class="footer" src="doxygen.svg" alt="doxygen"/>
313-
</a> on Sun Oct 9 2022
313+
</a> on Mon Oct 10 2022
314314
<hr class="footer"/><address class="footer"><small>
315315
<a title="PlatformIO" href="https://registry.platformio.org/libraries/dani007200964/Commander-API">
316316
<img class="footer" src="platformio_logo.png" alt="PlatformIO" style="height:20px;width:auto;"/>
@@ -325,7 +325,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a9dda1700b3dad0727a9042fe
325325
<b>Commander-API V2.1.0</b> &nbsp;|&nbsp; Generated by:
326326
<a href="http://www.doxygen.org/index.html">
327327
<img class="footer" src="doxygen.svg" alt="doxygen"/>
328-
</a> on Sun Oct 9 2022
328+
</a> on Mon Oct 10 2022
329329
</small></address>
330330
</li>
331331
</ul>

0 commit comments

Comments
 (0)