espressif / esp-azure

SDK to connect ESP8266 and ESP32 to Microsoft Azure IoT services
176 stars 92 forks source link

Printf statements in esp-azure source code (CA-101) #106

Open Lisa999 opened 3 years ago

Lisa999 commented 3 years ago

In port/src files platform_esp.c, agenttime_esp.c and other places. Please change to ESP_LOG statements or disable them, printf statements in a SDK are a no-no.