Skip to content

Instantly share code, notes, and snippets.

View roryaronson's full-sized avatar
🏄‍♂️

Rory Aronson roryaronson

🏄‍♂️
View GitHub Profile
@roryaronson
roryaronson / gist:1f18c56fb8080fc68fbbe3b642ba3e63
Last active June 20, 2016 23:27
Paired with staging settings.yml (after running farmbot.rb)
---
defaults:
secrets_file: secrets.txt
mqtt_port: 1883
serial_ports: &1
- "/dev/ttyUSB0"
- "/dev/ttyACM0"
development:
secrets_file: secrets.txt
mqtt_port: 1883
@roryaronson
roryaronson / gist:e66e750c7fb83de1d777cc9799c24bcd
Created June 20, 2016 23:27
Paired with production settings.yml (before running farmbot.rb)
---
defaults:
secrets_file: secrets.txt
mqtt_port: 1883
serial_ports: &1
- "/dev/ttyUSB0"
- "/dev/ttyACM0"
development:
secrets_file: secrets.txt
mqtt_port: 1883
@roryaronson
roryaronson / gist:efbc177f51cb3ac422fed7509367a238
Created June 20, 2016 23:31
Paired with production settings.yml (after running farmbot.rb)
---
defaults:
secrets_file: secrets.txt
mqtt_port: 1883
serial_ports: &1
- "/dev/ttyUSB0"
- "/dev/ttyACM0"
development:
secrets_file: secrets.txt
mqtt_port: 1883