/airbot

Primary LanguageC++MIT LicenseMIT

airbot

on macos

brew install platformio

build and flash

Register on https://io.adafruit.com.

Get your AIO KEY.

Export environment variables

export PLATFORMIO_BUILD_FLAGS='-DAIO_USERNAME=\"aio username\" -DAIO_KEY=\"aiu key\" -DWIFI_SSID=\"WIFI_SSID\" -DWIFI_SECRET=\"WIFI_SECRET\"'

Capture your usb port identity and update platformio.ini file

pio device list

Flash your WeMoS D1 mini connected to the USB.

pio run -t upload