VSChina / ESP32_AzureIoT_Arduino

The library for ESP32 Azure IoT for Arduino
MIT License
37 stars 43 forks source link

Fix compiler error due to uninitialised request_id #15

Open sieren opened 5 years ago

sieren commented 5 years ago

request_id not being initialized causes a compiler error (maybe-uninitialized) when compiling ESP32 in Release Mode therefore breaking ESP32s Arduino Library.

ping @lirenhe - might be good to get this merged so we can update the submodule in https://github.com/espressif/arduino-esp32