SensorApi-esp8266
This sketch sends data via HTTP POST requests to an API data service.
- The device logs into the api with username & password. Then retrieves a JWT
- and then uses the JWT for subsquent posting of data.
This sketch sends data via HTTP POST requests to an API data service.