You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
## Overview
9
9
10
-
This it the ESP32 arduino based firmware for the OMOTE - Open Universal Remote.
10
+
This is the ESP32 Arduino based firmware for the OMOTE - Open Universal Remote.
11
11
12
12
To run this firmware, you have two options
13
13
* run it on the [OMOTE ESP32 Hardware](https://github.com/OMOTE-Community/OMOTE-Hardware/)
@@ -23,11 +23,11 @@ The software can be adjusted to your needs. You can add your own amplifier, TV a
23
23
24
24
Please see the [wiki on how to understand and modify the firmware.](https://github.com/OMOTE-Community/OMOTE-Firmware/wiki/How-to-understand-and-modify-the-firmware)
25
25
26
-
You need to have PlatformIO running, and you need to know how to compile and flash your own firmware with PlatformIO. There is no prebuild firmware.
26
+
You need to have PlatformIO running, and you need to know how to compile and flash your own firmware with PlatformIO. There is no prebuilt firmware.
27
27
28
28
The remote can be charged and programmed via its USB-C port. Open the PlatformIO project to compile and upload the code to the ESP32.
29
29
30
-
As a long term goal, maybe a prebuild firmware will be published, where you can configure your OMOTE via a web interface.
30
+
As a long term goal, maybe a prebuilt firmware will be published, where you can configure your OMOTE via a web interface.
31
31
32
32
### LVGL GUI simulator for Windows, Linux, and macOS
33
33
@@ -40,7 +40,7 @@ You can run the simulator in Visual Studio Code with PlatformIO. No need for any
40
40
41
41
For details, please see the [wiki for the software simulator for fast creating and testing of LVGL GUIs.](https://github.com/OMOTE-Community/OMOTE-Firmware/wiki/Software-simulator-for-fast-creating-and-testing-of-LVGL-GUIs)
42
42
43
-
### To Dos for software
43
+
### To-dos for software
44
44
45
45
Long term goals (not yet scheduled)
46
46
-[ ] Add an interface for graphically editing the configuration
@@ -50,7 +50,7 @@ See the [open issues](https://github.com/OMOTE-Community/OMOTE-Firmware/issues)
50
50
51
51
## Contributing
52
52
53
-
If you have a suggestion for an improvement, please fork the repo and create a pull request. You can also simply open an issue or for more general feature requests, head over to the [discussions](https://github.com/OMOTE-Community/OMOTE-Firmware/discussions).
53
+
If you have a suggestion for an improvement, please fork the repo and create a pull request. You can also simply open an issue or - for more general feature requests - head over to the [discussions](https://github.com/OMOTE-Community/OMOTE-Firmware/discussions).
0 commit comments