PMS
PMS copied to clipboard
Fixed the issue where the example programs had no data output on Arduino
These example codes used Serial1 for communicating with PC and Serial for communicating with the sensor, which may be right on ESP8266 but, on Arduino, no output will be seen. This can confuse newbies, so I fixed this. If you think there is still something that needs to be modified, feel free to do it. Thanks.