adding todos

This commit is contained in:
Thaddeus Hughes
2026-03-11 20:31:36 -05:00
parent 84d2c99edd
commit 123ddc2688
3 changed files with 37 additions and 14 deletions

View File

@@ -4,6 +4,8 @@
#include <stdint.h>
#include "esp_err.h"
// TODO: Sanity check that the EEPROM is working (sacrifice sector 0?)
// ============================================================================
// FLASH LAYOUT CONSTANTS
// ============================================================================
@@ -52,6 +54,9 @@ typedef struct {
// ============================================================================
// TODO: Bounds checking / constraints (especially no division by zero, no NaNs, no infs)
// TODO: abandoned parameters (esp. jack current)
#define PARAM_LIST \
PARAM_DEF(BOOT_TIME, i32, 0, "us") \
PARAM_DEF(NUM_MOVES, u32, 0, "") \