mirror of
https://github.com/i12bp8/ESLPwn.git
synced 2026-09-25 04:44:26 +00:00
- README: the IR engine allocates heap for payloads, so drop
"zero-allocation"; the drop folder takes the 1-bit and two-plane BMPs
the image preparer exports, not any BMP, and type 1626 targets cap
files at 24 KB; NFC scan only fills the barcode when the tag's NFC
data decodes; there is no test-pattern feature; the FAQ now says this
app needs a Flipper even though the protocol does not.
- CONTRIBUTING: the Android companion app was removed in d608afb.
- wrangler.toml pointed users at a "WiFi Setup -> Server URL" field that
never existed. Say how the URL is actually set today.
- cloud_client.h described a runtime override through
cloud_client_set_url(), which nothing calls.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
9 lines
342 B
TOML
9 lines
342 B
TOML
name = "tagtinker"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2024-09-23"
|
|
|
|
# `npm run deploy` will publish to <name>.<account-subdomain>.workers.dev.
|
|
# The dev board firmware has no runtime URL setting yet. To use your own
|
|
# deployment, set TT_CLOUD_DEFAULT_URL in esp32-wifi-fw/main/cloud_client.h,
|
|
# then rebuild and reflash the ESP32-S2.
|