Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2523730 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed May 8, 2024
1 parent 98a7dc0 commit 3c5b6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _weather_sensor_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
<div class="line"><a name="l00341"></a><span class="lineno"> 341</span>&#160; </div>
<div class="line"><a name="l00350"></a><span class="lineno"><a class="line" href="class_weather_sensor.html#af7d1085b72f2f41e8b349e63d2628b0c"> 350</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="class_weather_sensor.html#af7d1085b72f2f41e8b349e63d2628b0c">clearSlots</a>(uint8_t type = 0xFF)</div>
<div class="line"><a name="l00351"></a><span class="lineno"> 351</span>&#160; {</div>
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span>&#160; <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i=0; i&lt;<a class="code" href="class_weather_sensor.html#ae732ec52236b0a6232e95df8f73934ee">sensor</a>.size(); i++) {</div>
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span>&#160; <span class="keywordflow">for</span> (<span class="keywordtype">size_t</span> i=0; i&lt;<a class="code" href="class_weather_sensor.html#ae732ec52236b0a6232e95df8f73934ee">sensor</a>.size(); i++) {</div>
<div class="line"><a name="l00353"></a><span class="lineno"> 353</span>&#160; <span class="keywordflow">if</span> ((type == 0xFF) || (<a class="code" href="class_weather_sensor.html#ae732ec52236b0a6232e95df8f73934ee">sensor</a>[i].s_type == type)) {</div>
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span>&#160; <a class="code" href="class_weather_sensor.html#ae732ec52236b0a6232e95df8f73934ee">sensor</a>[i].valid = <span class="keyword">false</span>;</div>
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span>&#160; <a class="code" href="class_weather_sensor.html#ae732ec52236b0a6232e95df8f73934ee">sensor</a>[i].complete = <span class="keyword">false</span>;</div>
Expand Down

0 comments on commit 3c5b6c3

Please sign in to comment.