UedaTakeyuki / mh-z19

Read CO2 concentration from mh-z19 sensor on the Raspberry Pi & handle it. Detect Raspberry Pi model automatically and read the value from an appropriate serial device.
MIT License
182 stars 37 forks source link

adds manual encoding argument for README.md #42

Closed electronsandstuff closed 2 years ago

electronsandstuff commented 2 years ago

Ok, so this change was enough to resolve the encoding problem I mentioned in issue #41. The only difference is to manually specify the encoding for README.md. I tested this branch on my Raspberry Pi and it seems to work. On Windows you do have to avoid installing RPi.GPIO, but I still get nice autocomplete in my IDE from having the package installed without the dependency.