Atlas-Scientific / Ezo_I2c_lib

Library for using Atlas Scientific EZO devices in I2C mode
MIT License
65 stars 39 forks source link

Update Ezo_i2c_util.cpp #23

Closed JRHemmen closed 1 year ago

JRHemmen commented 1 year ago

Added a case to the switch statement in print_success_or_error for NOT_READ_CMD. Otherwise would not compile in PlatformIO using ESP IDF Framework.

JRHemmen commented 1 year ago

This will resolve https://github.com/Atlas-Scientific/Ezo_I2c_lib/issues/13

JRHemmen commented 1 year ago

Updated wording around errors, still room for improvement

Atlas-Scientific commented 1 year ago

This looks great, thank you so much!