Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ When a payment is detected, a receipt will be printed with the amount and time o

## Setup

cp defines.h.sample defines.h
cp defines.h.sample defines.h

Edit `defines.h` to configure your account username and WiFi ssid / password
Edit `defines.h` to configure your Coinos account username and WiFi ssid / password

Install python dependencies

pip install pyserial

## Install arduino-cli

Expand Down