Version 0.0.2
Flashing Instructions
Easiest: Flash directly from your browser (Chrome/Edge) — no tools needed:
https://f321x.github.io/offline-bitcoin-atm/
Alternative: Flash manually with esptool:
pip install esptool
esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 460800 write_flash 0x0 firmware-0.0.2.binAfter flashing, the ATM starts a WiFi access point for initial configuration.
See the README for full setup instructions.