Update aftb_vpp.h for new VPP measurement

This commit is contained in:
HubertH 2024-02-14 23:19:00 +01:00 committed by GitHub
parent fc3ff74c16
commit 6728d3ef6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ static void varVppReadCalib(void) {
calOffset = (int8_t) EEPROM.read(2);
for (i = 0; i < MAX_WIPER; i++) {
vppWiper[i] = EEPROM.read(i + 3);
#if 1
#if 0
Serial.print(F("Calib "));
Serial.print(i);
Serial.print(F(":"));