Added proper eeprom addressing and complete TRACK commands
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user