Removed debug line

This commit is contained in:
hoogendijkta 2019-09-24 00:04:29 +02:00
parent 05a2414d9f
commit f3c01cbdda
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ and writes them to EEPROM as per the layout defined in storage.h
*/
void writeConfig(byte tableNum)
{
// EEPROM.begin();
/*
We only ever write to the EEPROM where the new value is different from the currently stored byte
This is due to the limited write life of the EEPROM (Approximately 100,000 writes)