mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-10-04 11:01:35 +02:00
build system: Use CMake-based build system as default when describing commands
This commit is contained in:
committed by
Rocha Euripedes
parent
f70dafe18b
commit
0872e4ec68
@@ -94,11 +94,11 @@ SSL
|
|||||||
|
|
||||||
For more options on ``esp_mqtt_client_config_t``, please refer to API reference below
|
For more options on ``esp_mqtt_client_config_t``, please refer to API reference below
|
||||||
|
|
||||||
Change settings in ``menuconfig``
|
Change settings in Project Configuration Menu
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
::
|
::
|
||||||
make menuconfig
|
idf.py menuconfig
|
||||||
-> Component config -> ESP-MQTT Configuration
|
-> Component config -> ESP-MQTT Configuration
|
||||||
|
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@ This example can be executed on any ESP32 board, the only required interface is
|
|||||||
|
|
||||||
### Configure the project
|
### Configure the project
|
||||||
|
|
||||||
* Run `make menuconfig` (or `idf.py menuconfig` if using CMake build system)
|
* Open the project configuration menu (`idf.py menuconfig`)
|
||||||
* Configure Wi-Fi or Ethernet under "Example Connection Configuration" menu. See "Establishing Wi-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more details.
|
* Configure Wi-Fi or Ethernet under "Example Connection Configuration" menu. See "Establishing Wi-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more details.
|
||||||
* When using Make build system, set `Default serial port` under `Serial flasher config`.
|
* When using Make build system, set `Default serial port` under `Serial flasher config`.
|
||||||
* Set brokers for all 4 transports (TCP, SSL, WS, WSS), also set certificate if needed
|
* Set brokers for all 4 transports (TCP, SSL, WS, WSS), also set certificate if needed
|
||||||
|
@@ -14,7 +14,7 @@ This example can be executed on any ESP32 board, the only required interface is
|
|||||||
|
|
||||||
### Configure the project
|
### Configure the project
|
||||||
|
|
||||||
* Run `make menuconfig` (or `idf.py menuconfig` if using CMake build system)
|
* Open the project configuration menu (`idf.py menuconfig`)
|
||||||
* Configure Wi-Fi or Ethernet under "Example Connection Configuration" menu. See "Establishing Wi-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more details.
|
* Configure Wi-Fi or Ethernet under "Example Connection Configuration" menu. See "Establishing Wi-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more details.
|
||||||
* When using Make build system, set `Default serial port` under `Serial flasher config`.
|
* When using Make build system, set `Default serial port` under `Serial flasher config`.
|
||||||
|
|
||||||
|
@@ -14,7 +14,7 @@ This example can be executed on any ESP32 board, the only required interface is
|
|||||||
|
|
||||||
### Configure the project
|
### Configure the project
|
||||||
|
|
||||||
* Run `make menuconfig` (or `idf.py menuconfig` if using CMake build system)
|
* Open the project configuration menu (`idf.py menuconfig`)
|
||||||
* Configure Wi-Fi or Ethernet under "Example Connection Configuration" menu. See "Establishing Wi-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more details.
|
* Configure Wi-Fi or Ethernet under "Example Connection Configuration" menu. See "Establishing Wi-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more details.
|
||||||
* When using Make build system, set `Default serial port` under `Serial flasher config`.
|
* When using Make build system, set `Default serial port` under `Serial flasher config`.
|
||||||
|
|
||||||
|
@@ -14,7 +14,7 @@ This example can be executed on any ESP32 board, the only required interface is
|
|||||||
|
|
||||||
### Configure the project
|
### Configure the project
|
||||||
|
|
||||||
* Run `make menuconfig` (or `idf.py menuconfig` if using CMake build system)
|
* Open the project configuration menu (`idf.py menuconfig`)
|
||||||
* Configure Wi-Fi or Ethernet under "Example Connection Configuration" menu. See "Establishing Wi-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more details.
|
* Configure Wi-Fi or Ethernet under "Example Connection Configuration" menu. See "Establishing Wi-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more details.
|
||||||
* When using Make build system, set `Default serial port` under `Serial flasher config`.
|
* When using Make build system, set `Default serial port` under `Serial flasher config`.
|
||||||
|
|
||||||
|
@@ -14,7 +14,7 @@ This example can be executed on any ESP32 board, the only required interface is
|
|||||||
|
|
||||||
### Configure the project
|
### Configure the project
|
||||||
|
|
||||||
* Run `make menuconfig` (or `idf.py menuconfig` if using CMake build system)
|
* Open the project configuration menu (`idf.py menuconfig`)
|
||||||
* Configure Wi-Fi or Ethernet under "Example Connection Configuration" menu. See "Establishing Wi-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more details.
|
* Configure Wi-Fi or Ethernet under "Example Connection Configuration" menu. See "Establishing Wi-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more details.
|
||||||
* When using Make build system, set `Default serial port` under `Serial flasher config`.
|
* When using Make build system, set `Default serial port` under `Serial flasher config`.
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@ This example can be executed on any ESP32 board, the only required interface is
|
|||||||
|
|
||||||
### Configure the project
|
### Configure the project
|
||||||
|
|
||||||
* Run `make menuconfig` (or `idf.py menuconfig` if using CMake build system)
|
* Open the project configuration menu (`idf.py menuconfig`)
|
||||||
* Configure Wi-Fi or Ethernet under "Example Connection Configuration" menu. See "Establishing Wi-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more details.
|
* Configure Wi-Fi or Ethernet under "Example Connection Configuration" menu. See "Establishing Wi-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more details.
|
||||||
* When using Make build system, set `Default serial port` under `Serial flasher config`.
|
* When using Make build system, set `Default serial port` under `Serial flasher config`.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user