Azure-Samples / iot-hub-feather-huzzah-client-app

Application collects weather data from a DHT22 sensor and sends it to IoT hub, also take actions according to cloud-to-device message.
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-arduino-huzzah-esp8266-get-started
MIT License
35 stars 31 forks source link

IoTHubClient_LL_SetDeviceMethodCallback does not work for start #21

Open sukeshak opened 7 years ago

sukeshak commented 7 years ago

There are 2 device methods defined. "start" and "stop". Once "stop" is called (which works)... "start" call does not work