Added proper eeprom addressing and complete TRACK commands

This commit is contained in:
Hector van der Aa
2026-03-27 14:42:39 +01:00
parent 3a396d6a42
commit 992b76cbd2
8 changed files with 248 additions and 27 deletions

View File

@@ -54,7 +54,7 @@ int system_logger::dump_config() {
for (size_t i = 0; i < 8; i++) {
snprintf(buffer, sizeof(buffer),
"\tTrack slot %d: %d",
i,
i + 1,
temp.track_slot_occupied[i]
);
this->info(String(buffer));
@@ -86,4 +86,4 @@ int system_logger::debug(String message) {
int system_logger::deep_debug(String message) {
return this->print_message(" [DEEP_DEBUG] ", message);
}
#endif
#endif