B001-V3 works with it now

This commit is contained in:
Thaddeus Hughes
2025-12-16 12:10:10 -06:00
parent ac030005c3
commit 062221dfd3
70 changed files with 3872 additions and 3786 deletions

View File

@@ -5,7 +5,7 @@
#include "esp_crc.h"
#include "storage.h"
#define TAG "PARAMS"
#define TAG "STORAGE"
// ============================================================================
// PARAMETER TABLE GENERATION
@@ -301,7 +301,7 @@ esp_err_t write_log(char* entry) {
return ESP_FAIL;
}
ESP_LOGI(TAG, "Log @ sector %lu / index %lu / offset %lu", (unsigned long) current_sector, (unsigned long) log_head_index, (unsigned long)current_offset);
//ESP_LOGI(TAG, "Log @ sector %lu / index %lu / offset %lu", (unsigned long) current_sector, (unsigned long) log_head_index, (unsigned long)current_offset);
log_head_index++;