Skip to content

Instantly share code, notes, and snippets.

@phieber
Created August 29, 2016 10:45
Show Gist options
  • Save phieber/d0690685468158cc137d8b294a63c6d7 to your computer and use it in GitHub Desktop.
Save phieber/d0690685468158cc137d8b294a63c6d7 to your computer and use it in GitHub Desktop.
esp8266 add umqtt.robust
# clone micropython
cd unix
make axtls
make
./micropython -m upip install micropython-umqtt.simple
./micropython -m upip install micropython-umqtt.robust
./micropython -m upip install micropython-time
make clean
make axtls
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment