Closed nugyn closed 4 years ago
Make sure we Squash these commits, to make development look a little cleaner
@rockmanvnx6
python files now use dotenv to pull values from config file .env
script to be run at setup:
#!/bin/bash
IP="$(curl icanhazip.com)"
echo "BROKER_IP=$IP
BROKER_PORT=1883" > .env```
This pull request includes, the register device, unlink device, and a main class as entry point into the arduino funnel into pi to aws iot