Add firmware, SDK config, baseline & recordings

Add project artifacts: default ESP32 SDK config, a baseline firmware binary, and a v2 recording JSONL for sensor data. Also includes macOS .DS_Store files under the repo and firmware directories. The sdkconfig.defaults enables 4MB flash and a single-app partition table; baseline.bin and v2/data/recordings/rec_1780521222.jsonl provide initial binary and captured sensor data for development and testing.
This commit is contained in:
Alston 2026-06-03 12:17:09 -10:00
parent b73d9ef822
commit 77d44c5669
6 changed files with 96 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
firmware/.DS_Store vendored Normal file

Binary file not shown.

BIN
firmware/esp32-csi-node/.DS_Store vendored Normal file

Binary file not shown.

2
sdkconfig.defaults Normal file
View File

@ -0,0 +1,2 @@
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
CONFIG_PARTITION_TABLE_SINGLE_APP=y

BIN
v2/baseline.bin Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long