Trying to use the MH-Z19 sensor on my ESP unit but encounters a problem. I have updated my ESP to ESP 2.0 dev 11 so to get MH-Z19 implemented in it.
I declare it this way:

and list of all devices in my system (first one is disconnected right now so normal it has no value !):

If I wire it same way as wiki I get these errors in log of ESP:
and if I reverse TX/RX lines from MHZ to ESP, I got that:19535 : MHZ19: Read error : CRC = 81 / 33 bytes read => 255/255/255/255/255/255/40/140/33/
19538 : MHZ19: Shifted 2 bytes to attempt to fix buffer alignment
so it looks like wiring of Wiki is correct (which makes sense) but what are these CRC errors ??383777 : MHZ19: Error, timeout while trying to read
383778 : MHZ19: Unknown response: 0 0 0 0 0 0 0 0 0
Vincèn