final edit to fix #54 #bugfix
This commit is contained in:
parent
a09a5c8e4e
commit
81fb71a08a
1 changed files with 1 additions and 2 deletions
|
|
@ -12,7 +12,6 @@ long voltMeterConstant = VM_CONST_DEFAULT;
|
|||
uint8_t pP_i2c_address = 0xa0;
|
||||
|
||||
void resetEEPROM() {
|
||||
resetConfig();
|
||||
EEPROM.put(GAIN_FACTOR_ADDRESS, GAIN_FACTOR);
|
||||
EEPROM.put(FOLLOWER_THRESHOLD_ADDRESS, followerThrs);
|
||||
EEPROM.put(COMP_THRESHOLD_ADDRESS, compThrs);
|
||||
|
|
|
|||
Loading…
Reference in a new issue