diff --git a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/pP_config.h b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/pP_config.h index 4b0e5c3..d93a69e 100644 --- a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/pP_config.h +++ b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/pP_config.h @@ -32,7 +32,7 @@ long voltMeterConstant = 1125300L; // For fine tuning input voltage sense #endif -#ifdef I2C +#ifdef I2C_INPUT #if !(defined(pP_i2c_address)) byte pP_i2c_address = 0xa0; // I2C Bus Address #endif