Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 713 Bytes

README.md

File metadata and controls

47 lines (34 loc) · 713 Bytes

Gymkhana Timer

The Web App

Working instance can be found at https://leaderboard.coneheads.org/.

To Deploy

$ ./pants package src/docker/web
$ flyctl deploy

The Hardware

TBC.

Flashing

  1. Flash board with micropython

    cd src/micropython/timer
    make reflash
  2. Upload source

make sync
  1. Edit wifi config
mpremote edit wifi.json
[
  {"ssid": "YOUR_SSID", "key": "WIFI PASSWORD", "mqtt": "mqtt.server.here"}
]