fw versioning, hotkeys

This commit is contained in:
Thaddeus Hughes
2026-01-05 12:14:42 -06:00
parent 5c55d8da9b
commit 53bea4eb04
9 changed files with 853 additions and 782 deletions

View File

@@ -7,6 +7,7 @@
#include "storage.h"
#include "freertos/FreeRTOS.h"
#include "freertos/semphr.h"
#include "version.h"
#define TAG "STORAGE"
@@ -295,6 +296,8 @@ esp_err_t commit_params(void) {
return ESP_FAIL;
}
set_param_string(PARAM_BUILD_VERSION, FIRMWARE_VERSION);
// Calculate flash offset for each parameter
uint32_t flash_offset = PARAMS_OFFSET;