mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Remove EEPROM writing
This commit is contained in:
parent
587159c5f2
commit
9dcc16e99c
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ static void check_ee_write(void);
|
|||
void run_event_handling(void) {
|
||||
update_event_time();
|
||||
run_sequence_on_target();
|
||||
check_ee_write();
|
||||
//check_ee_write();
|
||||
update_event_level();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue