OPEnSLab-OSU / Loom

Arduino library for Internet of Things Rapid Prototyping in environmental sensing
GNU General Public License v3.0
26 stars 3 forks source link

K30.cpp false information return when it is deployed (minor bug) #97

Closed MrKangs closed 4 years ago

MrKangs commented 4 years ago

There is a false return statement that Serial Sensor has not received, yet it does. Looking at the code, there is a strange method of checking whether it is connected or not, which I believe that it must need to modify better. However, it does read measurements of C02, so this bug can be fixed slowly but soon.

K30 C02 Sensor and MO LoRa Board are the two hardware that was being used at the time.

MrKangs commented 4 years ago

This big has been fixed and on the master branch!