From 7ff748af1b4550817ca720b157530c242527d240 Mon Sep 17 00:00:00 2001 From: dewdude Date: Fri, 10 Jan 2020 12:14:47 -0500 Subject: [PATCH] 0.1.9 - Accidently left some EEPROM code active. --- hifilogix.ino | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hifilogix.ino b/hifilogix.ino index 6f25c24..c1ce2f8 100644 --- a/hifilogix.ino +++ b/hifilogix.ino @@ -45,9 +45,9 @@ void DontCrossTheStreams(byte op, int x, int i) // There's something u8g2.clearBuffer(); // it stopping instaneously u8g2.drawStr(x,30,txt); // and every molecule in u8g2.sendBuffer(); // your body exploding - EEPROM.update(db, op); // at the speed of light. - EEPROM.update(dx, x); // Total protonic reversal. - EEPROM.update(di, i); // That's bad. + //EEPROM.update(db, op); // at the speed of light. + //EEPROM.update(dx, x); // Total protonic reversal. + //EEPROM.update(di, i); // That's bad. } // Important safety tip, thanks Egon.