[MQTT] - Moves compile definition out of idf

- MQTT build process is to be managed in esp-mqtt repository
- Componenf directory points directly to submodule, usage must be
  unchanged
This commit is contained in:
Euripedes Rocha
2022-10-17 14:59:56 +02:00
committed by Rocha Euripedes
parent c55d82d1fa
commit 5afa3d347c
15 changed files with 4 additions and 762 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ Examples of component mocks can be found under :idf:`tools/mocks` in the IDF dir
- :component_file:`unit test for the NVS Page class <nvs_flash/host_test/nvs_page_test/README.md>`.
- :component_file:`unit test for esp_event <esp_event/host_test/esp_event_unit_test/main/esp_event_test.cpp>`.
- :component_file:`unit test for mqtt <mqtt/host_test/README.md>`.
- :component_file:`unit test for mqtt <mqtt/esp-mqtt/host_test/README.md>`.
.. _adjustments_for_mocks: