Azure-Samples / iot-hub-c-raspberrypi-client-app

Application collects weather data from a BME280 sensor and sends it to IoT hub, also take actions according to cloud-to-device message, device management.
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-raspberry-pi-kit-c-get-started
MIT License
36 stars 34 forks source link

Missing parson.c parson.h source files. #33

Open ttins opened 4 years ago

ttins commented 4 years ago

The setup.sh script extracts the parson files one directory back outside the project file. So when you run cmake it will throw dependency errors, requiring you to manually move the 2 parson files into iot-hub-c-raspberrypi-client-app directory, in order to build correctly.