From df4b1bf8ef7aea187aa70052bdaf7d5a06c725e6 Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 18:58:55 -0700 Subject: [PATCH] Detailed wiki content repair: Hardware --- Hardware.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/Hardware.md b/Hardware.md index e69de29..ccd20ee 100644 --- a/Hardware.md +++ b/Hardware.md @@ -0,0 +1,47 @@ +# Hardware + +## Classification + +Hardware / firmware workspace. + +## Structure Signals + +- `(root)` (7 files) +- `include` (1 files) +- `safe-ui-polish` (1 files) +- `src` (1 files) + +## File Type Signals + +- `.cpp` (3) +- `.gitignore` (1) +- `.pdf` (1) +- `.md` (1) +- `.py` (1) +- `.h` (1) +- `.ini` (1) +- `.html` (1) + +## Build And Dependency Signals + +| Signal | Detail | +|---|---| +| platformio.ini | envs=esp32-s3-devkitc-1; boards=esp32-s3-devkitc-1; frameworks=arduino | +| README files | README.md | + +## Project Tree Snapshot + +- .gitignore +- cc1101.pdf +- cypher-pulse-integration-report.md +- fix_html.py +- include/config.h +- platformio.ini +- safe-ui-polish/index.html +- src/main.cpp +- test_boot.cpp +- test_html.cpp + +## Interpretation + +Treat this repo as hardware-affecting until proven otherwise. Add exact board revision, wiring, flashing command, and recovery procedure before release.