Update main.cpp

Commented out "opt in" statement on EEPROM writes
pull/11/head^2
Andy Webster 2020-10-18 11:12:05 +01:00 zatwierdzone przez GitHub
rodzic f5eb31c955
commit 4ae75b2d4a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -29,8 +29,8 @@
#include <Adafruit_I2CDevice.h>
#include <FT817.h> // https://github.com/stdevPavelmc/ft817/tree/main/lib/ft817
// uncomment this if you want to use the functions that WRITE to the EEPROM
#define EEPROM_WRITES
// uncomment this if you want to use the functions that WRITE to the EEPROM and accept the responsibiltiy stated in the header statement
//#define EEPROM_WRITES
// Declarations
Adafruit_PCD8544 display = Adafruit_PCD8544(7, 6, 5, 4, 3); // pins for (CLK,DIN,D/C,CE,RST)
@ -432,4 +432,4 @@ void getReadableMode() {
else {
char mode[] = "??";
}
}
}