adafruit / Adafruit_CircuitPython_ESP_ATcontrol

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

fix json usage in requests -- add post example #18

Closed jerryneedell closed 5 years ago

jerryneedell commented 5 years ago

the json data had to be converted to bytes.

fixed imports in examples

added aio post example.

jerryneedell commented 5 years ago

@ladyada the espatcontrol_quoteEPD.py uses the old calls, I don't have the hardware to test it. Should I remove it for now.
I'm not sure how to deal with the other things Travis is complaining about.