fixed definition parameter for I2C config #bugfix
This commit is contained in:
parent
afad0a1d88
commit
b207482bc1
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
long voltMeterConstant = 1125300L; // For fine tuning input voltage sense
|
long voltMeterConstant = 1125300L; // For fine tuning input voltage sense
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef I2C
|
#ifdef I2C_INPUT
|
||||||
#if !(defined(pP_i2c_address))
|
#if !(defined(pP_i2c_address))
|
||||||
byte pP_i2c_address = 0xa0; // I2C Bus Address
|
byte pP_i2c_address = 0xa0; // I2C Bus Address
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue