Skip to content

Commit f8fa0b0

Browse files
committed
2 parents 19c8739 + 17a54c4 commit f8fa0b0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Schema
66

7-
![schema](https://github.com/morcibacsi/esp32_rmt_midea_ir_tx/raw/master/schema/schema.jpg)
7+
![schema](https://github.com/morcibacsi/esp32_rmt_midea_ir_tx/raw/master/schema/esp32_ir.jpg)
88

99
### Usage
1010

@@ -56,14 +56,13 @@ void loop()
5656
```
5757

5858
### Thanks
59+
A big thanks goes to [@sheinz](https://github.com/sheinz) His library was used as a base as it was very easy to replace the signal sending part of it with my implementation.
5960

60-
A big thanks goes to @sheinz His library was used as a base as it was very easy to replace the signal sending part of it with my implementation.
61-
62-
##### Without the following pages this software couldn't exist. They contain very useful information how the protocol works.
61+
#### Without the following pages this software couldn't exist. They contain very useful information on how the protocol works.
6362

6463

6564
* https://github.com/sheinz/esp-midea-ir
6665
* http://veillard.com/embedded/midea.html
6766
* https://thebloughs.net/building-the-timer/
6867
* https://thebloughs.net/design-a-custom-ac-timer/
69-
* https://mpetroff.net/2015/07/decoding-a-midea-air-conditioner-remote/
68+
* https://mpetroff.net/2015/07/decoding-a-midea-air-conditioner-remote/

0 commit comments

Comments
 (0)