Remove test code

Removing code used to test the device and not meant to be submitted
This commit is contained in:
Christopher Tremblay 2020-10-24 01:00:27 -07:00
parent 3ec4246bbe
commit 8894ad70f7
2 changed files with 2 additions and 2 deletions

View File

@ -566,7 +566,7 @@
// #define USE_EZOORP // [I2cDriver55] Enable support for EZO's ORP sensor (+0k3 code) - Shared EZO code required for any EZO device (+1k2 code)
// #define USE_EZORTD // [I2cDriver55] Enable support for EZO's RTD sensor (+0k2 code) - Shared EZO code required for any EZO device (+1k2 code)
// #define USE_EZOHUM // [I2cDriver55] Enable support for EZO's HUM sensor (+0k3 code) - Shared EZO code required for any EZO device (+1k2 code)
#define USE_EZOEC // [I2cDriver55] Enable support for EZO's EC sensor (+0k3 code) - Shared EZO code required for any EZO device (+1k2 code)
// #define USE_EZOEC // [I2cDriver55] Enable support for EZO's EC sensor (+0k3 code) - Shared EZO code required for any EZO device (+1k2 code)
// #define USE_DISPLAY // Add I2C Display Support (+2k code)
#define USE_DISPLAY_MODES1TO5 // Enable display mode 1 to 5 in addition to mode 0

View File

@ -58,7 +58,7 @@ const char EZO_ORP_NAME[] PROGMEM = "ORP";
const char EZO_PH_NAME[] PROGMEM = "pH";
#endif
#ifdef USE_EZOEC
const char EZO_EC_NAME[] PROGMEM = "pH";
const char EZO_EC_NAME[] PROGMEM = "EC";
#endif
#ifdef USE_EZORTD
const char EZO_RTD_NAME[] PROGMEM = "RTD";