diff options
| author | Your Name <you@example.com> | 2026-05-20 00:59:27 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-20 00:59:27 +0530 |
| commit | 2c12c4281c47aa87a1c7bb82abe09bf9dbc788c3 (patch) | |
| tree | 2242cdd366c321aa247b69bfce4f6e493f938706 /AGENTS.md | |
| parent | 62bce81d26994bd242035905c94d611cf956bd37 (diff) | |
docs: add REMOTES.md with full remote/branch/cross-ref map, update AGENTS.md with git remotes section
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 13 |
1 files changed, 13 insertions, 0 deletions
| @@ -243,4 +243,17 @@ make flash-b # flash to Board B | |||
| 243 | - Portal HTML has server-side template substitution (`__AP_IP__`, `__PRICE__`, `__MINT_URL__`) — no JS fetch | 243 | - Portal HTML has server-side template substitution (`__AP_IP__`, `__PRICE__`, `__MINT_URL__`) — no JS fetch |
| 244 | - **WiFi country code:** Must set `esp_wifi_set_country_code("DE")` before `esp_wifi_start()` — defaults to CN which causes auth failures on EU APs | 244 | - **WiFi country code:** Must set `esp_wifi_set_country_code("DE")` before `esp_wifi_start()` — defaults to CN which causes auth failures on EU APs |
| 245 | - Default nsec: `a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2` | 245 | - Default nsec: `a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2` |
| 246 | |||
| 247 | ## Git Remotes & Repositories | ||
| 248 | |||
| 249 | Full details in `REMOTES.md`. Key facts: | ||
| 250 | |||
| 251 | - **This repo** (`esp32-tollgate`): `nostr://npub12m5.../git.orangesync.tech/esp32-tollgate` | ||
| 252 | - **GRASP server:** `git.orangesync.tech` (git smart HTTP) | ||
| 253 | - **Nostr relay:** `wss://ngit.orangesync.tech` (state events) | ||
| 254 | - **GitWorkshop:** `workshop.orangesync.tech` (web UI) | ||
| 255 | - **NerdQAxePlus fork:** `nostr://npub12m5.../git.orangesync.tech/esp-miner-nerdqaxeplus-tollgate` | ||
| 256 | - **Worktrees:** `esp32-miner-integration` (feature/miner-integration), `esp32-tollgate-arch` (feature/tollgate-core-component) | ||
| 257 | - **Push commands:** `git push orangesync --all` (esp32-tollgate), `git push ngit-origin develop` (NerdQAxePlus) | ||
| 258 | - **Backup bundles:** `/home/c03rad0r/mining-work-backup/` | ||
| 246 | - Board A nsec: `9af47906b45aca5e238390f3d03c8274e154198e81aa2095065627d1e61ca968` | 259 | - Board A nsec: `9af47906b45aca5e238390f3d03c8274e154198e81aa2095065627d1e61ca968` |