Merge branch 'ratgdo:main' into ttc_beep
This commit is contained in:
commit
82c62ee025
|
@ -75,7 +75,7 @@ jobs:
|
||||||
cp -R static/* output/
|
cp -R static/* output/
|
||||||
cp -R firmwares/*/* output/
|
cp -R firmwares/*/* output/
|
||||||
- name: Upload GitHub Pages artifact
|
- name: Upload GitHub Pages artifact
|
||||||
uses: actions/upload-pages-artifact@v1.0.7
|
uses: actions/upload-pages-artifact@v2.0.0
|
||||||
with:
|
with:
|
||||||
path: output
|
path: output
|
||||||
|
|
||||||
|
@ -95,4 +95,4 @@ jobs:
|
||||||
uses: actions/configure-pages@v2
|
uses: actions/configure-pages@v2
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v1.2.3
|
uses: actions/deploy-pages@v1.2.9
|
||||||
|
|
|
@ -158,11 +158,11 @@
|
||||||
|
|
||||||
<p><em>Note: At the moment ESPHome only supports Security + 2.0 door openers (Yellow learn button). Support for other protocols is coming.</em></p>
|
<p><em>Note: At the moment ESPHome only supports Security + 2.0 door openers (Yellow learn button). Support for other protocols is coming.</em></p>
|
||||||
|
|
||||||
<h3>v2.5i Board</h3>
|
<h3>v2.5i/2.52i Board</h3>
|
||||||
<div class="radios">
|
<div class="radios">
|
||||||
<label>
|
<label>
|
||||||
<input type="radio" name="type" value="v25iboard" checked />
|
<input type="radio" name="type" value="v25iboard" checked />
|
||||||
<img src="./v25iboard.png" alt="ratgdo v2.5i board" />
|
<img src="./v25iboard.png" alt="ratgdo v2.5i/2.52i board" />
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue