adafruit / Adafruit_CircuitPython_ESP_ATcontrol

Use the ESP AT command sent to communicate with the Interwebs
MIT License
20 stars 17 forks source link

add POST to url_request #11

Closed jerryneedell closed 5 years ago

jerryneedell commented 5 years ago

addded argument to set request type -- default is "GET" also works with "POST" have not tried others. add example espatcontrol_post.py and added webhook toke to settings.py