action badges added
This commit is contained in:
parent
65d6eb96f2
commit
be3a203fe5
3 changed files with 5 additions and 2 deletions
2
.github/workflows/build-platformio.yml
vendored
2
.github/workflows/build-platformio.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Build Omote Esp32
|
||||
name: ESP32 Build
|
||||
|
||||
on: [push]
|
||||
|
||||
|
|
2
.github/workflows/build-simulator.yml
vendored
2
.github/workflows/build-simulator.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Build Omote Simulator
|
||||
name: Simulator Build
|
||||
|
||||
on: [push]
|
||||
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
![](P1030424_small.jpg)
|
||||
|
||||
![ESP32 Build](https://github.com/CoretechR/OMOTE/actions/workflows/build-platformio.yml/badge.svg)
|
||||
![Simulator Build](https://github.com/CoretechR/OMOTE/actions/workflows/build-simulator.yml/badge.svg)
|
||||
|
||||
## Overview
|
||||
|
||||
OMOTE is an ESP32 based open source universal remote. Its capacitive 2.8” touchscreen provides an intuitive and snappy user interface for switching devices and settings. No hub or docking station is required as the remote features infrared, Wi-Fi and Bluetooth connectivity. With its well optimized power consumption, OMOTE can run for months on a charge. And since the design files are open source, you can fully customize them to your devices and needs.
|
||||
|
|
Loading…
Reference in a new issue