Skip to content

Commit

Permalink
Updated documentation pages. #1
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed May 7, 2024
1 parent b69f3e9 commit e6869eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sim900__defs_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<div class="line"><a id="l00186" name="l00186"></a><span class="lineno"> 186</span> SIM900_CARD_SERVICE_FAX</div>
<div class="line"><a id="l00187" name="l00187"></a><span class="lineno"> 187</span>} SIM900CardService;</div>
<div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> </div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span><span class="keyword">inline</span> SIM900CardService intToSIM900CardService(<span class="keywordtype">int</span> i){</div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span><span class="keyword">inline</span> SIM900CardService intToSIM900CardService(uint8_t i){</div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> <span class="keywordflow">if</span>(i &lt; SIM900CardService::SIM900_CARD_SERVICE_ASYNC ||</div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> i &gt; SIM900CardService::SIM900_CARD_SERVICE_FAX)</div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> <span class="keywordflow">return</span> SIM900CardService::SIM900_CARD_SERVICE_ASYNC;</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/struct__SIM900HTTPRequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,4 @@ <h2 class="memtitle"><span class="permalink"><a href="#adfd044129cb97e7a50180dae
<ul>
<li class="footer">Copyright 2023 - <a href="https://github.com/nthnn" target="_blank">Nathanne Isip</a></li>
</ul>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/struct__SIM900HTTPResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@ <h2 class="memtitle"><span class="permalink"><a href="#ab3d672e8ca25d5f7fb83a90e
<ul>
<li class="footer">Copyright 2023 - <a href="https://github.com/nthnn" target="_blank">Nathanne Isip</a></li>
</ul>
</div>
</div>

0 comments on commit e6869eb

Please sign in to comment.