chore: import local project into Gitea
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# iceman_webui
|
||||
|
||||
Dual ESP32 firmware trees:
|
||||
|
||||
| Path | Stack |
|
||||
|------|-------|
|
||||
| `iceman_web_ui_esp32` | Web UI bridging proxmark / iceman-style tooling |
|
||||
| `proxarch_esp_idf` | ESP-IDF layout with `CMakeLists.txt` scaffolding |
|
||||
|
||||
Navigate into whichever matches your chipset. For ESP-IDF children, activate the Espressif environment (`export.sh`/`export.ps1`) then:
|
||||
|
||||
```bash
|
||||
idf.py set-target esp32 # verify per subdirectory docs
|
||||
idf.py build flash monitor
|
||||
```
|
||||
|
||||
Erase flash when hopping between radically different partitions to avoid stray credentials in NVS.
|
||||
Reference in New Issue
Block a user