esrom/README.md
2019-07-14 22:16:40 +02:00

742 B

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", "...---...")