Ming
Ming
DIIDevHeads IoT Integration Server
Created by Enthernet Code on 6/19/2024 in #edge-networking
how do I use the requests library to send data to an HTTP endpoint in MicroPython on an ESP8266?
Shouldn't that be
response = request.post('http://example.com/data', data={'sensor': 'value'})
response = request.post('http://example.com/data', data={'sensor': 'value'})
i.e. data instead of json
5 replies