No description
Find a file
2019-07-14 22:16:40 +02:00
firmware Port morse code. 2019-07-14 17:23:37 +02:00
morse Port morse code. 2019-07-14 17:23:37 +02:00
ui Add static images. 2019-07-14 21:44:08 +02:00
.gitignore Port the frontend. 2019-07-14 00:28:47 +02:00
README.md Create README.md 2019-07-14 22:16:40 +02:00

esrom

Source code for the esrom geocache.

If you have found the source code before finding the geocache, consider it a hint :)

Setup (for future me)

Building:

cd ui/assets && npm install
cd ../ && mix phx.digest
cd ../firmware && mix deps.get
mix firmware
mix firmware.burn # After inserting SD card

Setting morse code

Still have to find out how to correctly set secrets... so I have to do it manually now.

ssh nerves.local
System.set_env("MORSE_MESSAGE", "...---...")