-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
When posting data to Azure IoT from a MKR1000, I'm getting status of 0.
If I increase the delay to 150, it works every time and I get the expected 204 No Content response.
Lines 103 to 105 in da79137
| // make sure you've sent all bytes. Ugly hack. | |
| // TODO: check output buffer instead? | |
| delay(50); |
What's the right way to fix this?
Metadata
Metadata
Assignees
Labels
No labels