Skip to content

Commit c36b112

Browse files
committed
Update Multi_Config.ino
1 parent 24fbd44 commit c36b112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Multiprotocol/Multi_Config.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ uint16_t CONFIG_callback()
9898
EEPROM.format();
9999
#else
100100
for (uint16_t i = 0; i < 512; i++)
101-
EEPROM.write(i, 0xFF);
101+
eeprom_write_byte((EE_ADDR)i, 0xFF);
102102
#endif
103103
}
104104
break;

0 commit comments

Comments
 (0)