File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ set(COMPONENT_ADD_INCLUDEDIRS
117
117
cores/esp32/
118
118
libraries/ArduinoOTA/src
119
119
libraries/AsyncUDP/src
120
- libraries/AzureIoT/src
121
120
libraries/BLE/src
122
121
libraries/BluetoothSerial/src
123
122
libraries/DNSServer/src
@@ -145,12 +144,7 @@ set(COMPONENT_ADD_INCLUDEDIRS
145
144
146
145
set (COMPONENT_PRIV_INCLUDEDIRS cores/esp32/libb64)
147
146
148
- set (COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet esp_adc_cal)
147
+ set (COMPONENT_REQUIRES spi_flash mbedtls mdns esp_adc_cal)
149
148
set (COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl bt)
150
149
151
150
register_component()
152
-
153
- set_source_files_properties (libraries/AzureIoT/src/az_iot/iothub_client/src/iothubtransport_mqtt_common.c
154
- PROPERTIES COMPILE_FLAGS
155
- -Wno-maybe-uninitialized
156
- )
You can’t perform that action at this time.
0 commit comments