From 6728d3ef6e9725a82a178609682fed6cb4fba5d8 Mon Sep 17 00:00:00 2001 From: HubertH <51236138+hubertushirsch@users.noreply.github.com> Date: Wed, 14 Feb 2024 23:19:00 +0100 Subject: [PATCH] Update aftb_vpp.h for new VPP measurement --- aftb_vpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aftb_vpp.h b/aftb_vpp.h index 16091e6..b3f454c 100644 --- a/aftb_vpp.h +++ b/aftb_vpp.h @@ -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(":"));